Create user with superuser privilege using Apache brooklyn

Gwr

When a new VM is launched using Apache brooklyn , how can we create a login user with superuser/root privileges ?

The OS setup section in https://brooklyn.incubator.apache.org/v/latest/ops/locations/ suggests using 'dontCreateUser ' . where can I find this configuration ? Should this be part of brooklyn.properties ? If yes, then how should this be done ?

Partly Cloudy

Brooklyn will by default grant sudoers privileges to the created brooklyn user.

If you want to run as root directly, you can set

<location-prefix>.user=root`

and brooklyn knows not to create the user. This can be set in brooklyn.properties (or in yaml set user: root in the location block or under provisioning.properties in the entity). If you need a more explicit example just ask.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Apache brooklyn create own volumes instead of using the existing one

From Dev

Apache Brooklyn Application Launch using REST API

From Dev

How to Install Jenkins using Apache Brooklyn and Chef

From Dev

How to create a user in OpenAM with create realm privilege?

From Dev

Using Interceptor to validate user access privilege

From Dev

How to get a Resource in Apache Brooklyn

From Dev

Error while trying to create user through Powershell with the privilege of Power User

From Dev

Installation .deb file without superuser privilege

From Dev

cassandra - only superuser is allowed to perform CREATE USER queries

From Dev

cassandra - only superuser is allowed to perform CREATE USER queries

From Dev

How to create new user and set the privilege for this account on windows 8

From Dev

Unable to create Superuser account on Python-Django using Eclipse IDE?

From Dev

Unable to create Superuser account on Python-Django using Eclipse IDE?

From Dev

How to use subnets in blueprints of Apache Brooklyn

From Dev

Use Virtual Private Cloud in Blueprint of Apache Brooklyn

From Dev

VanillaSoftwareProcess Entity does not work in Apache Brooklyn

From Dev

How to see a Java Blueprint in Apache Brooklyn

From Dev

Use Virtual Private Cloud in Blueprint of Apache Brooklyn

From Java

postgres: upgrade a user to be a superuser?

From Dev

Create Superuser in mongo

From Dev

Must be superuser to create this extension

From Dev

Create superuser Django in PyCharm

From Dev

Must be superuser to create this extension

From Dev

Shell script getting superuser privilege without being run as sudo

From Dev

How to Check if User has User Level create Privilege on particular Entity through javascript?

From Dev

Privilege for CREATE AGGREGATE FUNCTION

From Dev

Oracle create procedure privilege?

From Dev

Privilege for CREATE AGGREGATE FUNCTION

From Dev

How to change a perforce user to superuser

Related Related

  1. 1

    Apache brooklyn create own volumes instead of using the existing one

  2. 2

    Apache Brooklyn Application Launch using REST API

  3. 3

    How to Install Jenkins using Apache Brooklyn and Chef

  4. 4

    How to create a user in OpenAM with create realm privilege?

  5. 5

    Using Interceptor to validate user access privilege

  6. 6

    How to get a Resource in Apache Brooklyn

  7. 7

    Error while trying to create user through Powershell with the privilege of Power User

  8. 8

    Installation .deb file without superuser privilege

  9. 9

    cassandra - only superuser is allowed to perform CREATE USER queries

  10. 10

    cassandra - only superuser is allowed to perform CREATE USER queries

  11. 11

    How to create new user and set the privilege for this account on windows 8

  12. 12

    Unable to create Superuser account on Python-Django using Eclipse IDE?

  13. 13

    Unable to create Superuser account on Python-Django using Eclipse IDE?

  14. 14

    How to use subnets in blueprints of Apache Brooklyn

  15. 15

    Use Virtual Private Cloud in Blueprint of Apache Brooklyn

  16. 16

    VanillaSoftwareProcess Entity does not work in Apache Brooklyn

  17. 17

    How to see a Java Blueprint in Apache Brooklyn

  18. 18

    Use Virtual Private Cloud in Blueprint of Apache Brooklyn

  19. 19

    postgres: upgrade a user to be a superuser?

  20. 20

    Create Superuser in mongo

  21. 21

    Must be superuser to create this extension

  22. 22

    Create superuser Django in PyCharm

  23. 23

    Must be superuser to create this extension

  24. 24

    Shell script getting superuser privilege without being run as sudo

  25. 25

    How to Check if User has User Level create Privilege on particular Entity through javascript?

  26. 26

    Privilege for CREATE AGGREGATE FUNCTION

  27. 27

    Oracle create procedure privilege?

  28. 28

    Privilege for CREATE AGGREGATE FUNCTION

  29. 29

    How to change a perforce user to superuser

HotTag

Archive