Hey All,
Someone managed to deploy overcloud newton based with opendaylight?
I'm using the following templates:
openstack overcloud deploy \
--control-scale 3 \
--compute-scale 1 \
--ntp-server
pool.ntp.org \
--templates ~/odl-cloud/ \
-e ~/odl-cloud/environments/puppet-pacemaker.yaml \
-e ~/odl-cloud/environments/network-isolation.yaml \
-e ~/odl-cloud/environments/net-single-nic-with-vlans.yaml \
-e ~/odl-cloud/environments/network-environment.yaml \
-e ~/odl-cloud/environments/neutron-opendaylight-l3.yaml
And got the following error (openstack stack failures list overcloud)
Warning: Scope(Haproxy::Config[haproxy]): haproxy: The $merge_options parameter will
default to true in the next major release. Please review the documentation regarding the
implications.
Error: /Stage[main]/Opendaylight::Install/File_line[odl_start_ipv4 ]: Could not
evaluate: No such file or directory - /usr/lib/systemd/system/opendaylight.service
Warning: /Stage[main]/Opendaylight::Install/Exec[reload_systemd_units]: Skipping
because of failed dependencies
Warning: /Stage[main]/Opendaylight::Config/File[custom.properties]: Skipping because
of failed dependencies
Warning: /Stage[main]/Opendaylight::Config/File[jetty.xml]: Skipping because of failed
dependencies
Warning: /Stage[main]/Opendaylight::Config/File[org.ops4j.pax.logging.cfg]: Skipping
because of failed dependencies
Warning: /Stage[main]/Opendaylight::Config/File[org.apache.karaf.features.cfg]:
Skipping because of failed dependencies
Warning: /Stage[main]/Opendaylight::Config/File_line[featuresBoot]: Skipping because
of failed dependencies
Warning: /Stage[main]/Opendaylight::Service/Service[opendaylight]: Skipping because of
failed dependencies
Warning: /Firewall[998 log all]: Skipping because of failed dependencies
Warning: /Firewall[999 drop all]: Skipping because of failed dependencies
Looks like issue in the install.pp of opendaylight puppet module, I can see thet the
module create repo file but dosent install the package itself..
Thanks,