aboutsummaryrefslogtreecommitdiffstats
path: root/pod_config/config/idf-pod-test.yaml
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2022-09-16 16:02:29 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2022-09-16 16:37:03 +0200
commit81ccf6da68a2861666c88d62fc3ea1b4243419c6 (patch)
tree3657e6fbf5518f37e995168e7a4adfa0e4a3707e /pod_config/config/idf-pod-test.yaml
parentdbd0a11229207f99c1b515b88a5b58e21f23922d (diff)
[GITLAB] Initial content for gitlab project chained-ci
Issue-ID: INT-2150 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: Id5dc270b6a7c25189b4e09c4227b806323711d72
Diffstat (limited to 'pod_config/config/idf-pod-test.yaml')
-rw-r--r--pod_config/config/idf-pod-test.yaml62
1 files changed, 62 insertions, 0 deletions
diff --git a/pod_config/config/idf-pod-test.yaml b/pod_config/config/idf-pod-test.yaml
new file mode 100644
index 0000000..be87309
--- /dev/null
+++ b/pod_config/config/idf-pod-test.yaml
@@ -0,0 +1,62 @@
+---
+idf:
+ net_config: &net_config
+ admin:
+ interface: 0
+ network: 10.253.0.0
+ mask: 24
+ gateway: 10.253.0.1
+ dns: 10.253.0.1
+
+os_infra:
+ net_config: *net_config
+ user:
+ name: pod-test
+ is_admin: false
+ tenant:
+ name: pod-test
+ public_net_name: internet-nat-dl
+ flavor_prefix: pod-test
+ quotas:
+ cores: 112
+ ram: 221184
+ gigabytes: 1200
+ floating_ips: 15
+ instances: 15
+ snapshots: 15
+ volumes: 45
+ server_group_members: 15
+ images_to_push:
+ image_default: Ubuntu_1804
+ image2user_mapping:
+ Ubuntu_1804: ubuntu
+ nodes_roles:
+ # control01: [kube-master, etcd, monitoring]
+ # compute01: [kube-node]
+ # compute02: [kube-node]
+ # compute03: [kube-node]
+ # compute04: [kube-node]
+ # compute05: [kube-node]
+ # compute06: [kube-node]
+ # compute07: [kube-node]
+ # compute08: [kube-node]
+ # compute09: [kube-node]
+ # compute10: [kube-node]
+ # compute11: [kube-node]
+ # compute12: [kube-node]
+ jumphost1: [jumphost]
+ roles_group:
+ # k8s-cluster:
+ # - kube-master
+ # - kube-node
+ # - monitoring
+ k8s-full-cluster:
+ # - k8s-cluster
+ - jumphost
+
+ openstack:
+ cinder: false
+ lbaas: false
+ octavia: false
+
+ ssh_pub_key_default: "ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAr0If62QHgf/xKzomkwBD9c1ol7edWpyG5+p9UBRE0D/bJcA5lyRpaYlcjxp3pfnN+WiVYfzjwHDjeDlyAOpH2o3yrBCA9U+sU6PjhIH/BXFVkVQBY4xAmtjQnN3QCzjn8BA6PbaEt53OvvaYqtgg0yc5OOA0nyDlcg/FU88I1MnhZvjTU90V4QEYKCMAyYcz6NdjGfC7PmpKIVmSWgHOdR59d5CGIRv6BnIWIBqXy+z+eldbSKBrRVo/dv/H8Q0uwS6/rA2gLXeXhsQmEFZXsxwovypWm6t5hWMK/4cXA88AwylMd9xSroic398RZiO3QygZ9L7aQN2rnuAQHHOOaw=="