Failed to install undercloud Train on CentOS 8
by wodel youchi
Hi,
I am trying to install the undercloud using the Train version on CentOS 8
Stream.
I am using container-tools 3.0
I have installed :
*yum install -y python3-tripleoclient ceph-ansible *
And I am not using any external authentication (no IPA)
I am getting this error message upon deployment
*2021-08-05 15:03:01.753102 | 525400e8-92c8-feee-3618-0000000005f1 |
FATAL | Request kerberos keytab | udtrain | error={"changed": true, "cmd":
"/usr/bin/kinit -kt /etc/krb5.keytab && ipa-getkeytab -s $(grep xmlrpc_uri
/etc/ipa/default.conf | cut -d/ -f3) -p nova/udtrain.example.com
<http://udtrain.example.com> -k /etc/novajoin/krb5.keytab", "delta":
"0:00:00.060011", "end": "2021-08-05 15:03:01.737378", "msg": "non-zero
return code", "rc": 1, "start": "2021-08-05 15:03:01.677367", "stderr":
"kinit: Cannot determine realm for host (principal
host/udtrain.example.com@)", "stderr_lines": ["kinit: Cannot determine
realm for host (principal host/udtrain.example.com@)"], "stdout": "",
"stdout_lines": []}*
This is my undercloud.conf file :
*[DEFAULT]clean_nodes = truecontainer_cli = podmancontainer_images_file =
/home/stack/containers-prepare-parameter.yamlcustom_env_files =
/home/stack/templates/custom-undercloud-params.yamldeployment_user =
stackenable_novajoin = trueinspection_interface = br-ctlplaneipxe_enabled =
truelocal_interface = enp2s0local_ip = 10.200.4.1/24
<http://10.200.4.1/24>local_subnet = ctlplane-subnetovercloud_domain_name =
example.com <http://example.com>subnets =
ctlplane-subnetundercloud_admin_host = 10.200.4.3undercloud_hostname =
udtrain.example.com <http://udtrain.example.com>undercloud_nameservers =
172.16.0.252,9.9.9.9,8.8.8.8undercloud_ntp_servers =
172.16.0.252,0.pool.ntp.org <http://0.pool.ntp.org>,1.pool.ntp.org
<http://1.pool.ntp.org>,2.pool.ntp.org
<http://2.pool.ntp.org>,3.pool.ntp.org
<http://3.pool.ntp.org>undercloud_public_host =
10.200.4.2[ctlplane-subnet]cidr = 10.200.4.0/24
<http://10.200.4.0/24>dhcp_end = 10.200.4.24dhcp_start = 10.200.4.5gateway
= 10.200.4.1inspection_iprange = 10.200.4.100,10.200.4.120masquerade = true*
any idea?
Regards.
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_camp...>
Virus-free.
www.avast.com
<https://www.avast.com/sig-email?utm_medium=email&utm_source=link&utm_camp...>
<#DAB4FAD8-2DD7-40BB-A1B8-4E2AA1F9FDF2>
3 years, 3 months
Error creating network isolation file
by wodel youchi
Hi,
A newbie in Openstack, I am deploying an overcloud using the Wallaby
version.
I am using "container-tools 3.0 [e]"
I am trying to create the networks-deployed-environment.yaml file using :
*openstack overcloud network provision -o
/home/stack/templates/networks-deployed-environment.yaml
/home/stack/templates/network_data.yaml *
I am following this documentation :
https://docs.openstack.org/project-deploy-guide/tripleo-docs/latest/featu...
But I am getting these errors on all networks defined in network_data.yaml:
>
>
> *2021-08-04 17:13:54.071521 | 52540075-9baf-e063-4b37-00000000000e |
> FATAL | Create/Update composable networks | localhost | item={'name':
> 'Management', 'enabled': True, 'vip': False, 'name_lower': 'management',
> 'vlan': 60, 'ip_subnet': '10.0.1.0/24 <http://10.0.1.0/24>',
> 'allocation_pools': [{'start': '10.0.1.4', 'end': '10.0.1.250'}],
> 'gateway_ip': '10.0.1.1', 'gateway_ipv6': 'fd00:fd00:fd00:6000::1',
> 'ipv6_subnet': 'fd00:fd00:fd00:6000::/64', 'ipv6_allocation_pools':
> [{'start': 'fd00:fd00:fd00:6000::10', 'end':
> 'fd00:fd00:fd00:6000:ffff:ffff:ffff:fffe'}], 'mtu': 1500} |
> error={"ansible_index_var": "idx", "ansible_loop_var": "item", "changed":
> false, "idx": 5, "item": {"allocation_pools": [{"end": "10.0.1.250",
> "start": "10.0.1.4"}], "enabled": true, "gateway_ip": "10.0.1.1",
> "gateway_ipv6": "fd00:fd00:fd00:6000::1", "ip_subnet": "10.0.1.0/24
> <http://10.0.1.0/24>", "ipv6_allocation_pools": [{"end":
> "fd00:fd00:fd00:6000:ffff:ffff:ffff:fffe", "start":
> "fd00:fd00:fd00:6000::10"}], "ipv6_subnet": "fd00:fd00:fd00:6000::/64",
> "mtu": 1500, "name": "Management", "name_lower": "management", "vip":
> false, "vlan": 60}, "msg": "Failed schema validation at :\n Additional
> properties are not allowed ('ip_subnet', 'enabled', 'allocation_pools',
> 'gateway_ip', 'vlan', 'ipv6_subnet', 'ipv6_allocation_pools',
> 'gateway_ipv6' were unexpected)\n\nFailed schema validation at :\n
> 'subnets' is a required property"}......*
>
Here is my network_data.yaml :
> - name: Storage
> vip: true
> vlan: 1107
> name_lower: storage
> ip_subnet: '10.100.7.0/24'
> allocation_pools: [{'start': '10.100.7.150', 'end': '10.100.7.250'}]
> mtu: 1500
> - name: StorageMgmt
> name_lower: storage_mgmt
> vip: true
> vlan: 1108
> ip_subnet: '10.100.8.0/24'
> allocation_pools: [{'start': '10.100.8.150', 'end': '10.100.8.250'}]
> mtu: 1500
> - name: InternalApi
> name_lower: internal_api
> vip: true
> vlan: 1105
> ip_subnet: '10.100.5.0/24'
> allocation_pools: [{'start': '10.100.5.150', 'end': '10.100.5.250'}]
> mtu: 1500
> - name: Tenant
> vip: false # Tenant network does not use VIPs
> name_lower: tenant
> vlan: 1106
> ip_subnet: '10.100.6.0/24'
> allocation_pools: [{'start': '10.100.6.150', 'end': '10.100.6.250'}]
> mtu: 1500
> - name: External
> vip: true
> name_lower: external
> vlan: 2100
> ip_subnet: '10.0.1.0/24'
> allocation_pools: [{'start': '10.0.1.4', 'end': '10.0.1.250'}]
> gateway_ip: '10.0.1.1'
> mtu: 1500
>
What I am missing.
Regards.
3 years, 3 months
[Meeting] RDO meeting - 2021-08-04
by Amy Marrich
=========
#rdo: rdo
=========
Meeting started by spotz_ at 14:08:15 UTC. The full logs are available
athttps://meetings.opendev.org/meetings/rdo/2021/rdo.2021-08-04-14.08.log...
.
Meeting summary
---------------
* Roll Call (spotz_, 14:08:33)
* Centos 9 updates (spotz_, 14:11:16)
* LINK:
https://composes.stream.centos.org/production/latest-CentOS-Stream/compos...
(ykarel, 14:11:28)
* Images are in compose (spotz_, 14:11:37)
* LINK: https://review.rdoproject.org/r/c/testproject/+/34808
(ykarel, 14:12:50)
* testing network manager at networking-scripts no longer exist
(spotz_, 14:12:51)
* PTG (spotz_, 14:16:39)
* LINK: https://openinfra-ptg.eventbrite.com/ (spotz_, 14:17:43)
* elastic-recheck (zbr, 14:18:50)
* LINK:
https://opendev.org/opendev/puppet-logstash/src/branch/master/templates/k...
(zbr, 14:38:39)
* Open Discussion (spotz_, 14:42:23)
* ACTION: jcapitao next week's chair (spotz_, 14:43:32)
Meeting ended at 14:43:36 UTC.
Action items, by person
-----------------------
* jcapitao
* jcapitao next week's chair
People present (lines said)
---------------------------
* spotz_ (18)
* ykarel (7)
* opendevmeet (6)
* zbr (3)
* jcapitao (2)
* jpena (1)
* jelabarre-rh (1)
* frenzy_friday (1)
Generated by `MeetBot`_ 0.1.4
3 years, 3 months