Skip to content

Commit

Permalink
cleaning up docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eamonnfaherty committed Apr 24, 2019
1 parent 8204abe commit f621b94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
9 changes: 0 additions & 9 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,8 @@ Welcome to aws-service-catalog-puppets's documentation!

.. toctree::
:maxdepth: 2
:caption: Contents:
:glob:

puppet/what_is_this
puppet/getting_up_and_running
puppet/designing_your_manifest


Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
5 changes: 4 additions & 1 deletion docs/source/puppet/getting_up_and_running.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ servicecatalog-puppet bootstrap-spoke <ACCOUNT_ID_OF_YOUR_PUPPET>

There are two or threes parts to bootstrapping the puppet.

#### Setting up your global configuration
The first is concerned with setting the global configurations.
To do this we use AWS SSM Parameters. To get setup you need to create a configuration file with a list of regions you want to
use - for example config.yaml:
Expand Down Expand Up @@ -76,6 +77,7 @@ If you make changes to this you will need to run upload-config and bootstrap com

Once that has completed you are ready to bring up the rest of the puppet.

#### Setting to to use AWS Organizations
The second part to bootstrapping is optional. If you would like to use AWS Organizations features in your manifest file
you will need to set which IAM Role should be used to perform these actions. In order to do this you will need to run
the following:
Expand All @@ -100,11 +102,12 @@ PolicyDocument:

Once you have run that command you are ready for the final stage.

#### Configuring your puppet
Create the AWS CodeCommit repo and AWS CodePipeline resources to run the puppet for your
master account:
```bash
servicecatalog-puppet bootstrap
```
```

### Setup your puppet
Clone the configuration repo and configure your factory by editing the ```manifest.yaml``` file:
Expand Down

0 comments on commit f621b94

Please sign in to comment.