release 3.5.3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
---
|
||||
--
|
||||
- name: 1. yaml file install (sc, pv)
|
||||
kubernetes.core.k8s:
|
||||
state: present
|
||||
@@ -18,13 +18,13 @@
|
||||
release_state: present
|
||||
values_files:
|
||||
- "{{ role_path }}/files/01-storage/{{item}}/values.yaml"
|
||||
values:
|
||||
image:
|
||||
repository: "{{ REGISTRY }}/cmoa3/minio"
|
||||
imagePullSecrets:
|
||||
- name: "{{ PullSecret }}"
|
||||
mcImage:
|
||||
repository: "{{ REGISTRY }}/cmoa3/mc"
|
||||
#values:
|
||||
# image:
|
||||
# repository: "{{ REGISTRY }}/cmoa3/minio"
|
||||
# imagePullSecrets:
|
||||
# - name: "{{ PullSecret }}"
|
||||
# mcImage:
|
||||
# repository: "{{ REGISTRY }}/cmoa3/mc"
|
||||
with_items:
|
||||
- minio
|
||||
|
||||
@@ -49,4 +49,4 @@
|
||||
command: "{{ role_path }}/files/k8s_status {{ cmoa_namespace }}"
|
||||
|
||||
- name: 5. minio setting (minio)
|
||||
command: "{{ role_path }}/files/01-storage/cmoa_minio {{ ansible_default_ipv4.address }}:{{ minio_nodePort }} {{ minio_user }} {{ bucket_name }} {{ days }} {{ rule_id }}"
|
||||
command: "{{ role_path }}/files/01-storage/cmoa_minio {{ ansible_default_ipv4.address }}:{{ minio_nodePort }} {{ minio_user }} {{ bucket_name }} {{ days }} {{ rule_id }}"
|
||||
|
||||
@@ -27,12 +27,12 @@
|
||||
release_state: present
|
||||
values_files:
|
||||
- "{{ role_path }}/files/02-base/{{item}}/values.yaml"
|
||||
values:
|
||||
global:
|
||||
IMXC_IN_REGISTRY: "{{ REGISTRY }}/cmoa3"
|
||||
rabbitmq:
|
||||
image:
|
||||
registry: "{{ REGISTRY }}/cmoa3"
|
||||
#values:
|
||||
# global:
|
||||
# IMXC_IN_REGISTRY: "{{ REGISTRY }}/cmoa3"
|
||||
# rabbitmq:
|
||||
# image:
|
||||
# registry: "{{ REGISTRY }}/cmoa3"
|
||||
with_items:
|
||||
- base
|
||||
|
||||
|
||||
@@ -9,25 +9,25 @@
|
||||
release_state: present
|
||||
values_files:
|
||||
- "{{ role_path }}/files/04-keycloak/values.yaml"
|
||||
values:
|
||||
image:
|
||||
repository: "{{ REGISTRY }}/cmoa3/keycloak"
|
||||
imagePullSecrets:
|
||||
- name: "{{ PullSecret }}"
|
||||
extraInitContainers: |
|
||||
- name: theme-provider
|
||||
image: "{{ REGISTRY }}/cmoa3/theme-provider:latest"
|
||||
imagePullPolicy: IfNotPresent
|
||||
command:
|
||||
- sh
|
||||
args:
|
||||
- -c
|
||||
- |
|
||||
echo "Copying theme ..."
|
||||
cp -R /mytheme/* /theme
|
||||
pgchecker:
|
||||
image:
|
||||
repository: "{{ REGISTRY }}/cmoa3/busybox"
|
||||
#values:
|
||||
# image:
|
||||
# repository: "{{ REGISTRY }}/cmoa3/keycloak"
|
||||
# imagePullSecrets:
|
||||
# - name: "{{ PullSecret }}"
|
||||
# extraInitContainers: |
|
||||
# - name: theme-provider
|
||||
# image: "{{ REGISTRY }}/cmoa3/theme-provider:latest"
|
||||
# imagePullPolicy: IfNotPresent
|
||||
# command:
|
||||
# - sh
|
||||
# args:
|
||||
# - -c
|
||||
# - |
|
||||
# echo "Copying theme ..."
|
||||
# cp -R /mytheme/* /theme
|
||||
# pgchecker:
|
||||
# image:
|
||||
# repository: "{{ REGISTRY }}/cmoa3/busybox"
|
||||
volumeMounts:
|
||||
- name: theme
|
||||
mountPath: /theme
|
||||
@@ -36,4 +36,3 @@
|
||||
|
||||
- name: 4. Check Kubernetes Pods (base)
|
||||
command: "{{ role_path }}/files/k8s_status {{ cmoa_namespace }}"
|
||||
|
||||
|
||||
@@ -9,11 +9,11 @@
|
||||
release_state: present
|
||||
values_files:
|
||||
- "{{ role_path }}/files/05-imxc/values.yaml"
|
||||
values:
|
||||
image:
|
||||
repository: "{{ REGISTRY }}/cmoa3/nginx"
|
||||
global:
|
||||
IMXC_IN_REGISTRY: "{{ REGISTRY }}/cmoa3"
|
||||
#values:
|
||||
# image:
|
||||
# repository: "{{ REGISTRY }}/cmoa3/nginx"
|
||||
# global:
|
||||
# IMXC_IN_REGISTRY: "{{ REGISTRY }}/cmoa3"
|
||||
with_items:
|
||||
- imxc
|
||||
|
||||
|
||||
@@ -9,11 +9,11 @@
|
||||
release_state: present
|
||||
values_files:
|
||||
- "{{ role_path }}/files/06-imxc-ui/{{ item }}/values.yaml"
|
||||
values:
|
||||
image:
|
||||
repository: "{{ REGISTRY }}/cmoa3/nginx"
|
||||
global:
|
||||
IMXC_IN_REGISTRY: "{{ REGISTRY }}/cmoa3"
|
||||
#values:
|
||||
# image:
|
||||
# repository: "{{ REGISTRY }}/cmoa3/nginx"
|
||||
# global:
|
||||
# IMXC_IN_REGISTRY: "{{ REGISTRY }}/cmoa3"
|
||||
with_items:
|
||||
- imxc-ui
|
||||
ignore_errors: true
|
||||
|
||||
Reference in New Issue
Block a user