Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 1e70d34

Browse files
committed
cleaning up
1 parent db06a2b commit 1e70d34

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ Decide how you want to install your manager. There are two options:
3636

3737
# instructions
3838

39-
## 1. Download and extract this blueprint archive ([link](https://github.com/cloudify-examples/cloudify-environment-blueprint/archive/latest.zip)) to your current working directory.
39+
### 1. Download and extract this blueprint archive ([link](https://github.com/cloudify-examples/cloudify-environment-blueprint/archive/latest.zip)) to your current working directory.
4040

4141

42-
## 2. To install your environment's infrastructure, execute one of the example commands below, inserting your account credentials where indicated.
42+
### 2. To install your environment's infrastructure, execute one of the example commands below, inserting your account credentials where indicated.
4343

4444
_Note: This command should be run from the same directory in which you extracted the blueprint in the previous step._
4545

@@ -84,7 +84,7 @@ $ cfy install cloudify-environment-blueprint-latest/openstack-blueprint.yaml \
8484
```
8585

8686

87-
## 3. Gather the information you need to configure your manager (or bootstrap and then configure). You can get that information from the `cfy deployments outputs` CLI command.
87+
### 3. Gather the information you need to configure your manager (or bootstrap and then configure). You can get that information from the `cfy deployments outputs` CLI command.
8888

8989
```shell
9090
$ cfy deployments outputs
@@ -116,7 +116,7 @@ $ cfy deployments outputs
116116
```
117117

118118

119-
## 4. Bootstrap
119+
### 4. Bootstrap
120120

121121
#### Upload an SSH key to the manager VM:
122122

@@ -170,7 +170,7 @@ Manager password is admin
170170
```
171171
172172
173-
## 5. Configure your manager:
173+
### 5. Configure your manager:
174174
175175
At this stage, it is suggested to wait 5 minutes for all of the services to synchronize. Both bootstrapped and pre-bootstrapped managers need a few moments to stabilize after starting.
176176
@@ -255,12 +255,12 @@ But you will need to unescape the double quotes so it looks like this:
255255
$ cfy secrets create agent_key_private -s "$(<~/.ssh/cfy-agent-key)"
256256
```
257257

258-
# Your manager is now ready. Proceed to the example blueprints!*
258+
# Your manager is now ready. Proceed to the example blueprints!
259259

260260
Start with [Nodecellar Auto-scale Auto-heal](https://github.com/cloudify-examples/nodecellar-auto-scale-auto-heal-blueprint/tree/4.0.1).
261261

262262

263-
## 6. When you are ready to uninstall your environment, run:
263+
### 6. When you are ready to uninstall your environment, run:
264264

265265
```shell
266266
$ cfy profiles use local

0 commit comments

Comments
 (0)