canonical / deployment-configs

10 stars 12 forks source link

Remove cloud-init.io, redirect to juju.is #390

Closed nottrobin closed 4 years ago

nottrobin commented 4 years ago

Helps with #391

QA

python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
./qa-deploy production sites/juju.is.yaml latest
watch microk8s.kubectl get all,ingress

Once everything is "running" and the ingress has an IP assigned, do:

$ curl -I --insecure -H 'Host: cloud-init.io' https://localhost
HTTP/2 301
location: https://juju.is/

And:

$ curl -I --insecure -H 'Host: juju.is' https://localhost
HTTP/2 200
nottrobin commented 4 years ago

Closing in favour of https://github.com/canonical-web-and-design/juju.is/pull/80