summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md22
1 files changed, 1 insertions, 21 deletions
diff --git a/README.md b/README.md
index fb404f27..988a43b8 100644
--- a/README.md
+++ b/README.md
@@ -333,20 +333,7 @@ pastebin service.
To deploy to production:
- openstack volume create \
- --description 'Webserver volume' \
- --size 150 \
- webserver-volume
-
- nova boot webserver \
- --key-name $keyname \
- --flavor 2C-8GB \
- --image $fedora_image_id \
- --nic "net-id=$network_id" \
- --security-groups default,web-server,haste-server,gitlab-bot \
- --user-data ./baserock-ops-team.cloud-config
-
- nova volume-attach webserver <volume-id> /dev/vdb
+ Replaced with terraform
ansible-playbook -i hosts baserock_webserver/image-config.yml
ansible-playbook -i hosts baserock_webserver/instance-config.yml
@@ -356,13 +343,6 @@ To deploy to production:
--vault-password-file ~/vault-infra-pass
ansible-playbook -i hosts baserock_webserver/instance-irclogs-config.yml
-The webserver machine runs [Cherokee](http://cherokee-project.com/). You
-can use the `cherokee-admin` configuration UI, by connecting to the webserver
-over SSH and including this in your SSH commandlines: `-L9090:localhost:9090`.
-When you run `sudo cherokee-admin` on the server, you'll be able to browse to
-it locally on your machine at `https://localhost:9090/`. You also have to
-modify the security groups temporarily to allow that port through.
-
### Trove
To deploy to production, run these commands in a Baserock 'devel'