[Add] update ceph vexx infrastructure
This commit is contained in:
parent
0f911d9116
commit
0da6cfbdb7
11
group_vars/ceph_vexx
Normal file
11
group_vars/ceph_vexx
Normal file
@ -0,0 +1,11 @@
|
||||
---
|
||||
|
||||
# linux users
|
||||
users:
|
||||
- name: emine
|
||||
group: emine
|
||||
groups: sudo
|
||||
shell: '/bin/bash'
|
||||
ssh_pub_keys:
|
||||
- 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQDQx/ruuz9HUmS44qSMckfpO/Gk6HukIEUO1DfxxiynMMPp6wsWSz799AgeIsu19qfG1T42hMBy1OoBKIJ91YCOKD43zHu5XoleHKZo2kXHHFsQdtZAm4WcRDMzDsbz5gNEboqKStD4bJ+74GORpnVTpypVWX8f2yahTheb38qRpAwmYOCviL4cak2d6RgVi5eWyvGsVJmcd//7301Dg2FH8l+CmSuRKRY6f27fwqvZUsWx8ZJI0z18q8IHAdqyt67WmY6dLYV+8vQLGAo50ElKPTxrIUnOUmiZZI9oaoqemH7hdiSYMUnp/26Ob0xPafcHsJT1+mqS8H3DDMJf5jsEPwSdR+3pnIMm8vwKW6PJVRZPO5p/lugza0XbPTwKWlZeb6poVs1I2pwScedPgVnLMRuWA4rtEamarPlQ2QZS04+2J3TvuOMcHI0vM/T269bTEOk7UghKz5Km3YYPrQVi728zitAc4BOzk5cxJ4GnO+ttEIHWnZT9Vn/slEHNy3NYnB1hX5a5++/fE1xC9KIBLWqiXONDHyPdsoYqrmtkc82rxkyMtwppY9vvAbkWwrSGSiGM7t/EceB2ZlC8EmzNc1tvDaYDmgGEFMDtsOBO6qNVKjxvP8fYdQgzaasarwcbCYG9VgwhEyUJVYM7s9I+VPZhkXI5ZEjXJ0uIHcbU+w== dell-xps'
|
||||
- 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINgHtvs8XWPr9T1fjhO633kR9ULro0gpnjBc+gFmrI5I emine@felcloud.io'
|
@ -98,6 +98,33 @@
|
||||
"protocol": "tcp",
|
||||
"remote_ip_prefix": "0.0.0.0/0"
|
||||
},
|
||||
{
|
||||
"name": "Ingress_ceph_osds",
|
||||
"description": "Ceph OSDs traffic",
|
||||
"direction": "ingress",
|
||||
"port_range_max": 7300,
|
||||
"port_range_min": 6800,
|
||||
"protocol": "tcp",
|
||||
"remote_ip_prefix": "0.0.0.0/0"
|
||||
},
|
||||
{
|
||||
"name": "Ingress_ceph_mons",
|
||||
"description": "Ceph Mons and Client traffic",
|
||||
"direction": "ingress",
|
||||
"port_range_max": 3300,
|
||||
"port_range_min": 3300,
|
||||
"protocol": "tcp",
|
||||
"remote_ip_prefix": "0.0.0.0/0"
|
||||
},
|
||||
{
|
||||
"name": "Ingress_ceph_mons_backup",
|
||||
"description": "Ceph Mons and Client traffic",
|
||||
"direction": "ingress",
|
||||
"port_range_max": 6789,
|
||||
"port_range_min": 6789,
|
||||
"protocol": "tcp",
|
||||
"remote_ip_prefix": "0.0.0.0/0"
|
||||
},
|
||||
{
|
||||
"name": "Ingress_mongodb",
|
||||
"description": "mongodb traffic",
|
||||
@ -114,7 +141,7 @@
|
||||
"name": "stg-cephmon-00",
|
||||
"az": "nova",
|
||||
"flavor": "v3-starter-1",
|
||||
"image": "Ubuntu 20.04.3 LTS (x86_64) [2021-10-04]",
|
||||
"image": "Ubuntu 22.04 - Cloud Image",
|
||||
"keypair": "dell XPS",
|
||||
"security_group": ["all_open"],
|
||||
"inventory_group": "mons",
|
||||
@ -124,7 +151,7 @@
|
||||
"name": "stg-cephmon-01",
|
||||
"az": "nova",
|
||||
"flavor": "v3-starter-1",
|
||||
"image": "Ubuntu 20.04.3 LTS (x86_64) [2021-10-04]",
|
||||
"image": "Ubuntu 22.04 - Cloud Image",
|
||||
"keypair": "dell XPS",
|
||||
"security_group": ["all_open"],
|
||||
"inventory_group": "mons",
|
||||
@ -134,7 +161,7 @@
|
||||
"name": "stg-cephmon-02",
|
||||
"az": "nova",
|
||||
"flavor": "v3-starter-1",
|
||||
"image": "Ubuntu 20.04.3 LTS (x86_64) [2021-10-04]",
|
||||
"image": "Ubuntu 22.04 - Cloud Image",
|
||||
"keypair": "dell XPS",
|
||||
"security_group": ["all_open"],
|
||||
"inventory_group": "mons",
|
||||
@ -144,7 +171,7 @@
|
||||
"name": "stg-cephosd-00",
|
||||
"az": "nova",
|
||||
"flavor": "v3-starter-1",
|
||||
"image": "Ubuntu 20.04.3 LTS (x86_64) [2021-10-04]",
|
||||
"image": "Ubuntu 22.04 - Cloud Image",
|
||||
"keypair": "dell XPS",
|
||||
"security_group": ["all_open"],
|
||||
"inventory_group": "osds",
|
||||
@ -155,7 +182,7 @@
|
||||
"name": "stg-cephosd-01",
|
||||
"az": "nova",
|
||||
"flavor": "v3-starter-1",
|
||||
"image": "Ubuntu 20.04.3 LTS (x86_64) [2021-10-04]",
|
||||
"image": "Ubuntu 22.04 - Cloud Image",
|
||||
"keypair": "dell XPS",
|
||||
"security_group": ["all_open"],
|
||||
"inventory_group": "osds",
|
||||
@ -166,7 +193,7 @@
|
||||
"name": "stg-cephosd-02",
|
||||
"az": "nova",
|
||||
"flavor": "v3-starter-1",
|
||||
"image": "Ubuntu 20.04.3 LTS (x86_64) [2021-10-04]",
|
||||
"image": "Ubuntu 22.04 - Cloud Image",
|
||||
"keypair": "dell XPS",
|
||||
"security_group": ["all_open"],
|
||||
"inventory_group": "osds",
|
||||
@ -177,10 +204,10 @@
|
||||
"name": "stg-ceph-bastion-00",
|
||||
"az": "nova",
|
||||
"flavor": "v3-starter-1",
|
||||
"image": "Ubuntu 20.04.3 LTS (x86_64) [2021-10-04]",
|
||||
"image": "Ubuntu 22.04 - Cloud Image",
|
||||
"keypair": "dell XPS",
|
||||
"security_group": ["all_open"],
|
||||
"inventory_group": "ceph_bastion",
|
||||
"inventory_group": "ceph_vexx_bastion",
|
||||
"network": [{
|
||||
"name": "ceph_network",
|
||||
"fip": {
|
||||
|
Loading…
Reference in New Issue
Block a user