summaryrefslogtreecommitdiff
path: root/baserock_hosts
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2016-02-17 16:07:23 +0000
committerBaserock Gerrit <gerrit@baserock.org>2016-02-19 12:37:25 +0000
commit2ff5d6f4fb78cbdc0affdcb5a96cdc0c4612f743 (patch)
tree4458dd56f7d55d2e26de5b662362c377c208e672 /baserock_hosts
parented303aa8aa09ae8de03aad364acae9a3f80bd40a (diff)
downloadinfrastructure-2ff5d6f4fb78cbdc0affdcb5a96cdc0c4612f743.tar.gz
baserock_openid_provider: Update on top of Fedora 23, and without Packer
This means we no longer use Packer for anything, which is good. The switch from Django 1.7 to Django 1.9 caused some problems in the openid_provider module. Upstream for that module is here: https://bitbucket.org/romke/django_openid_provider/ At the time of writing there was no fix upstream for these issues, it would be good to submit them. We have other unsubmitted changes against that upstream in our openid_provider code. One issue was use of import_module (which is now available from importlib, doesn't need to be imported from django.utils any more). Another is use of WSGIRequest.REQUEST, which is deprecated since Django 1.7 and removed in Django 1.9. We now need to use .POST or .GET to get that info. Change-Id: I60793aaf0d84d81b89ff59efbe08240d99b7973f
Diffstat (limited to 'baserock_hosts')
-rw-r--r--baserock_hosts2
1 files changed, 1 insertions, 1 deletions
diff --git a/baserock_hosts b/baserock_hosts
index da16f609..e84fd91a 100644
--- a/baserock_hosts
+++ b/baserock_hosts
@@ -20,7 +20,7 @@ mason-x86-64 ansible_ssh_host=192.168.222.80
frontend-haproxy ansible_ssh_host=185.43.218.170
database-mariadb ansible_ssh_host=192.168.222.30
mail ansible_ssh_host=192.168.222.111
-openid ansible_ssh_host=192.168.222.67
+openid ansible_ssh_host=192.168.222.144
webserver ansible_ssh_host=192.168.222.127
[ubuntu]