Probably not. The example uses get_input On Wed, Aug 23, 2017 at 1:28 PM, Ran Ziv <[email protected]> wrote:
> Might be related to this bug: > https://issues.apache.org/jira/browse/ARIA-349 > > Which was recently fixed in this PR: > https://github.com/apache/incubator-ariatosca/commit/ > 8981791a10f91cb4f99ff8c01fd6b130b470ffae > > > On Wed, Aug 23, 2017 at 9:15 PM, DeWayne Filppi <[email protected]> > wrote: > > > I see this related to inputs: > > > > openstack_config: {'username': '', 'nova_url': '', 'tenant_name': '', > > 'region': '', 'password': '', 'neutron_url': '', 'auth_url': ''} > > > > The model appears fine. I'm just using the one directly from github. > > > > > > On Wed, Aug 23, 2017 at 11:02 AM, Tal Liron <[email protected]> wrote: > > > > > Input files indeed look like that (as long as they have a .yaml > suffix). > > > > > > If you do "aria services show -f" you can get a complete dump of the > > entire > > > model. Can you check that everything is correct there before we move on > > to > > > debugging the execution? > > > > > > On Wed, Aug 23, 2017 at 12:54 PM, DeWayne Filppi <[email protected]> > > > wrote: > > > > > > > Having trouble with inputs when trying to run the openstack > helloworld. > > > I > > > > provide inputs that look like this: > > > > > > > > ssh_username: ubuntu > > > > external_network_name: public_net > > > > webserver_port: 8080 > > > > private_key_path: ~/dfilppi-rs.pen > > > > image: some image id > > > > flavor: "2" > > > > openstack_config: > > > > username: dewayne > > > > password: xxxxxxx > > > > tenant_name: dewayne-tenant > > > > auth_url: https://rackspace-api.gigaspaces.com:5000/v3 > > > > > > > > Openstack config map entry values all become empty strings in the > > > > execution. Am I specifying it wrong? There is no example inputs > file > > to > > > > compare with, alas. > > > > > > > > > >
