You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airavata.apache.org by ma...@apache.org on 2019/08/07 13:21:00 UTC

[airavata] branch staging updated: beta dreg django deployment

This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch staging
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/staging by this push:
     new 5405be0  beta dreg django deployment
5405be0 is described below

commit 5405be0ae767b616abd22edab768ec158a634651
Author: Marcus Christie <ma...@iu.edu>
AuthorDate: Wed Aug 7 09:20:48 2019 -0400

    beta dreg django deployment
---
 .../scigap/staging/host_vars/dreg/vars.yml         | 45 ++++++++++++++++++++++
 .../scigap/staging/host_vars/dreg/vault.yml        | 15 ++++++++
 dev-tools/ansible/inventories/scigap/staging/hosts |  1 +
 3 files changed, 61 insertions(+)

diff --git a/dev-tools/ansible/inventories/scigap/staging/host_vars/dreg/vars.yml b/dev-tools/ansible/inventories/scigap/staging/host_vars/dreg/vars.yml
new file mode 100644
index 0000000..0d9bcd2
--- /dev/null
+++ b/dev-tools/ansible/inventories/scigap/staging/host_vars/dreg/vars.yml
@@ -0,0 +1,45 @@
+#
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
+#
+
+---
+vhost_servername: "beta.dreg.scigap.org"
+vhost_ssl: True
+ssl_certificate_file: "/etc/letsencrypt/live/beta.dreg.scigap.org/cert.pem"
+ssl_certificate_chain_file: "/etc/letsencrypt/live/beta.dreg.scigap.org/fullchain.pem"
+ssl_certificate_key_file: "/etc/letsencrypt/live/beta.dreg.scigap.org/privkey.pem"
+
+## Keycloak related variables
+tenant_domain: "cornelldna"
+oauth_client_key: "{{ vault_oauth_client_key }}"
+oauth_client_secret: "{{ vault_oauth_client_secret }}"
+
+auth_options:
+  password:
+    name: "dREG"
+  external:
+
+gateway_id: "cornelldna"
+experiment_data_dir: "{{ user_data_dir }}/cornelldna"
+gateway_data_store_ssh_public_key: "TODO"
+
+admin_emails: "[('SGRC', 'sgrc-iu-group@iu.edu')]"
+portal_title: "BETA dREG Portal"
+
+...
diff --git a/dev-tools/ansible/inventories/scigap/staging/host_vars/dreg/vault.yml b/dev-tools/ansible/inventories/scigap/staging/host_vars/dreg/vault.yml
new file mode 100644
index 0000000..88a0956
--- /dev/null
+++ b/dev-tools/ansible/inventories/scigap/staging/host_vars/dreg/vault.yml
@@ -0,0 +1,15 @@
+$ANSIBLE_VAULT;1.1;AES256
+66616265356461353939626135623233346630623331646636653131366435666235333065663861
+3766386133323366316130343166613330613734653835610a653632343762343830323732396439
+33636639623764663565323263323332656235363336653334613862316164346437363538313030
+3338653037653435650a643466326139616634373662343337646439623531393366396632383531
+36333530316465616364623461616666326463373965643336303462316364343165383534616261
+30393633333739383265633666313230643138323938353837633833393862356438653839653936
+65316535623739636366663639663636636239393365333063333935616361356636303833313366
+35333464613033346464326638653738373163613164333862316661363937636237636632643935
+36323664396338656665363365303434623831363137316138636164373734623634656332323835
+64313234346330623731653931313862626630626233303061346361383564623963646161646261
+39313436303939646438636264366265343130626331316139316639376565633965333962656337
+39306162643731323039623537616161353364623261623935393835383766356466666338663934
+39356332636361623037623766336166393231373065353133313934663130653434303830316636
+6239313439613465336338313663663962333137313963663866
diff --git a/dev-tools/ansible/inventories/scigap/staging/hosts b/dev-tools/ansible/inventories/scigap/staging/hosts
index c03b895..7dc797e 100644
--- a/dev-tools/ansible/inventories/scigap/staging/hosts
+++ b/dev-tools/ansible/inventories/scigap/staging/hosts
@@ -26,6 +26,7 @@ seagrid ansible_host=156.56.104.18
 ultrascan ansible_host=156.56.104.18
 testdrive ansible_host=156.56.104.18
 pearc19 ansible_host=156.56.104.18
+dreg ansible_host=156.56.104.18
 
 # Using the same keycloak as production
 #[keycloak]