Skip to content

Commit

Permalink
Merge pull request #256 from sideangleside/prepare-160
Browse files Browse the repository at this point in the history
Prepare 1.6.0 release of bootstrap. Update docs
  • Loading branch information
sideangleside authored Aug 2, 2018
2 parents 3e0773c + 341b6b9 commit 963265f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,21 @@ In the case the Puppet CA is running on a different server, you can use the `--p
--puppet-server=puppet.example.com \
--puppet-ca-port=8141
~~~

### Adding a comment when registering a node.

When registering a client, it is sometimes desirable to add a comment, denoting internal information such as the owner of the server or other site-specific info. This can be accomplished with the `--comment` option.

~~~
./bootstrap.py -l admin \
-s foreman.example.com \
-o "Red Hat" \
-L RDU \
-g "RHEL7/Crash" \
-a ak-Reg_To_Crash \
--comment 'Crash Testing Server'
~~~

# Help / Available options:

~~~
Expand Down Expand Up @@ -597,6 +612,8 @@ Options:
-t timeout, --timeout=timeout
Timeout (in seconds) for API calls and subscription-
manager registration. Defaults to 900
-c COMMENT, --comment=COMMENT
Add a host comment
~~~

# Additional Notes
Expand Down
2 changes: 1 addition & 1 deletion bootstrap.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import rpmUtils.miscutils # pylint:disable=import-error


VERSION = '1.5.0'
VERSION = '1.6.0'


def get_architecture():
Expand Down

0 comments on commit 963265f

Please sign in to comment.