summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-10-20 12:33:40 +0100
committerBen Brown <ben.brown@codethink.co.uk>2017-10-23 11:11:07 +0000
commita939669a7a62c1a871e48bfbf3fd41f63c2159d7 (patch)
tree21262bb30d9acada2cac7beb0ed47c3bc20ffb34
parentf0a1326cecfd536de706afa585128f1a03a88b9b (diff)
downloadinfrastructure-a939669a7a62c1a871e48bfbf3fd41f63c2159d7.tar.gz
Update baserock_ostree deployment instructions
-rw-r--r--README.md14
-rw-r--r--baserock_hosts2
2 files changed, 8 insertions, 8 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
================
diff --git a/baserock_hosts b/baserock_hosts
index 5ac4514d..66ff35b0 100644
--- a/baserock_hosts
+++ b/baserock_hosts
@@ -17,7 +17,7 @@ frontend-haproxy ansible_ssh_host=37.153.173.19
database-mariadb ansible_ssh_host=192.168.222.146
mail ansible_ssh_host=192.168.222.145
openid ansible_ssh_host=192.168.222.144
-ostree ansible_ssh_host=192.168.222.153
+ostree ansible_ssh_host=10.3.0.12
webserver ansible_ssh_host=192.168.222.127
opengrok ansible_ssh_host=192.168.222.149