From feb6d2cad414ed9946720237dbce85edad90c3b5 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Wed, 18 Aug 2021 12:30:26 +0200 Subject: README: webserver wip --- README.md | 22 +--------------------- 1 file changed, 1 insertion(+), 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 /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' -- cgit v1.2.1