diff --git a/files/manifests/wildcard-pwa-realitynetwork.yaml b/files/manifests/wildcard-pwa-laconic.yaml similarity index 51% rename from files/manifests/wildcard-pwa-realitynetwork.yaml rename to files/manifests/wildcard-pwa-laconic.yaml index a3f4e29..01a6f83 100644 --- a/files/manifests/wildcard-pwa-realitynetwork.yaml +++ b/files/manifests/wildcard-pwa-laconic.yaml @@ -1,15 +1,15 @@ apiVersion: cert-manager.io/v1 kind: Certificate metadata: - name: pwa.realitynetwork.store + name: pwa.laconic.com namespace: default spec: - secretName: pwa.realitynetwork.store + secretName: pwa.laconic.com issuerRef: name: letsencrypt-prod-wild kind: ClusterIssuer group: cert-manager.io - commonName: "*.pwa.realitynetwork.store" + commonName: "*.pwa.laconic.com" dnsNames: - - "pwa.realitynetwork.store" - - "*.pwa.realitynetwork.store" + - "pwa.laconic.com" + - "*.pwa.laconic.com" diff --git a/group_vars/tnt_cad/k8s-vault.yml b/group_vars/lcn_cad/k8s-vault.yml similarity index 100% rename from group_vars/tnt_cad/k8s-vault.yml rename to group_vars/lcn_cad/k8s-vault.yml diff --git a/group_vars/tnt_cad/k8s.yml b/group_vars/lcn_cad/k8s.yml similarity index 90% rename from group_vars/tnt_cad/k8s.yml rename to group_vars/lcn_cad/k8s.yml index baec202..c94be83 100644 --- a/group_vars/tnt_cad/k8s.yml +++ b/group_vars/lcn_cad/k8s.yml @@ -1,8 +1,8 @@ --- # default context is used for stack orchestrator deployments, for testing a custom context name can be usefull -#k8s_cluster_name: tnt-cad-cluster +#k8s_cluster_name: lcn-cad-cluster k8s_cluster_name: default -k8s_cluster_url: tnt-cad-cluster-control.realitynetwork.store +k8s_cluster_url: lcn-cad-cluster-control.laconic.com k8s_taint_servers: false k8s_acme_email: "{{ support_email }}" @@ -50,6 +50,6 @@ k8s_manifests: secret_key: access-token # initiate wildcard cert - - name: pwa.realitynetwork.store + - name: pwa.laconic.com type: file - source: wildcard-pwa-realitynetwork.yaml + source: wildcard-pwa-laconic.yaml diff --git a/host_vars/tnt-cad-cluster-control/firewalld.yml b/host_vars/lcn-cad-cluster-control/firewalld.yml similarity index 100% rename from host_vars/tnt-cad-cluster-control/firewalld.yml rename to host_vars/lcn-cad-cluster-control/firewalld.yml diff --git a/host_vars/tnt-daemon/firewalld.yml b/host_vars/lcn-daemon/firewalld.yml similarity index 100% rename from host_vars/tnt-daemon/firewalld.yml rename to host_vars/lcn-daemon/firewalld.yml diff --git a/host_vars/tnt-daemon/nginx.yml b/host_vars/lcn-daemon/nginx.yml similarity index 61% rename from host_vars/tnt-daemon/nginx.yml rename to host_vars/lcn-daemon/nginx.yml index 4d066a7..7dd3f13 100644 --- a/host_vars/tnt-daemon/nginx.yml +++ b/host_vars/lcn-daemon/nginx.yml @@ -6,16 +6,16 @@ nginx_proxy_send_timeout: 1200 nginx_proxy_connection_timeout: 75 nginx_sites: - - name: tnt-console - url: tnt-console.realitynetwork.store + - name: lcn-console + url: lcn-console.laconic.com upstream: http://localhost:8080 template: basic-proxy ssl: true - - name: tnt-daemon - url: tnt-daemon.realitynetwork.store + - name: lcn-daemon + url: lcn-daemon.laconic.com upstream: http://localhost:9473 configs: - - rewrite ^/deployer(/.*)? https://webapp-deployer.pwa.realitynetwork.store permanent + - rewrite ^/deployer(/.*)? https://webapp-deployer.pwa.laconic.com permanent template: websocket-proxy ssl: true diff --git a/hosts b/hosts index 397ff41..27b0da4 100644 --- a/hosts +++ b/hosts @@ -1,12 +1,12 @@ [all] -tnt-daemon ansible_host=159.203.31.82 -tnt-cad-cluster-control ansible_host=147.182.144.6 +lcn-daemon ansible_host=159.203.31.82 +lcn-cad-cluster-control ansible_host=147.182.144.6 [so] -tnt-daemon +lcn-daemon -[tnt_cad] -tnt-cad-cluster-control k8s_node_type=bootstrap k8s_pod_limit=1024 k8s_external_ip=147.182.144.6 +[lcn_cad] +lcn-cad-cluster-control k8s_node_type=bootstrap k8s_pod_limit=1024 k8s_external_ip=147.182.144.6 [k8s:children] -tnt_cad +lcn_cad