summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2021-08-18 12:30:26 +0200
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2021-08-18 12:30:26 +0200
commitfeb6d2cad414ed9946720237dbce85edad90c3b5 (patch)
tree3f319682fdc701e5235b3e5bc5b652afc0aea0e1
parentd0849f234815c4efa5da6b091f1403da468fcdb1 (diff)
downloadinfrastructure-feb6d2cad414ed9946720237dbce85edad90c3b5.tar.gz
README: webserver wip
-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'