Comment 3 for bug 1929707

Revision history for this message
Kevin Carter (kevin-carter) wrote :

in my local test environment on C8, this seems to work.

``` shell
$ sudo puppet apply --modulepath=/usr/share/openstack-puppet/modules test.pp
Warning: /etc/puppet/hiera.yaml: Use of 'hiera.yaml' version 3 is deprecated. It should be converted to version 5
   (file: /etc/puppet/hiera.yaml)
Warning: Undefined variable '::deploy_config_name';
   (file & line not available)
Notice: Compiled catalog for undercloud.localdomain in environment production in 0.21 seconds
Notice: /Stage[main]/Main/Vs_bridge[br-test]/ensure: created
Notice: /Stage[main]/Main/Vs_port[loop2]/ensure: created
Notice: Applied catalog in 0.93 seconds
```

However, I don't have immediate access to a C9 lab at this time to confirm.