summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.md b/README.md
index ccf03a58..89a86200 100644
--- a/README.md
+++ b/README.md
@@ -425,17 +425,16 @@ or 'build' system.
To deploy this system to production:
- nova volume-create \
- --display-name ostree-volume \
- --display-description 'OSTree cache volume' \
- --volume-type Ceph \
- 300
+ openstack volume create \
+ --description 'OSTree cache volume' \
+ --size 300 \
+ ostree-volume
nova boot ostree.baserock.org \
--key-name $keyname \
- --flavor dc1.2x8.40 \
+ --flavor 2C-8GB \
--image $fedora_image_id \
- --nic "net-id=$network_id,v4-fixed-ip=192.168.222.153" \
+ --nic "net-id=$network_id" \
--security-groups default,web-server \
--user-data ./baserock-ops-team.cloud-config
@@ -445,6 +444,7 @@ To deploy this system to production:
ansible-playbook -i hosts baserock_ostree/instance-config.yml
ansible-playbook -i hosts baserock_ostree/ostree-access-config.yml
+
SSL certificates
================