You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered a problem when I built the PNDA platform on openstack with heat.Your help is greatly appreciated.
1.The command: root@test:/home/pnda/git3/pnda-heat-templates/cli# ./heat_cli.py -e cation -f pico -s mykey create
The log is as follows:
2018-03-20 01:07:43 [cation]: CREATE_IN_PROGRESS Stack CREATE started
2018-03-20 01:07:43 [pre_config]: CREATE_IN_PROGRESS state changed
2018-03-20 01:07:43 [expand_config]: CREATE_IN_PROGRESS state changed
2018-03-20 01:07:43 [PndaSecGroup]: CREATE_IN_PROGRESS state changed
2018-03-20 01:07:44 [install_config]: CREATE_IN_PROGRESS state changed
2018-03-20 01:07:44 [Key]: CREATE_IN_PROGRESS state changed
2018-03-20 01:07:44 [private_net]: CREATE_IN_PROGRESS state changed
2018-03-20 01:07:44 [saltmaster_sec_group]: CREATE_IN_PROGRESS state changed
2018-03-20 01:07:45 [orchestrate_config]: CREATE_IN_PROGRESS state changed
2018-03-20 01:07:45 [package_config]: CREATE_IN_PROGRESS state changed
2018-03-20 01:07:45 [router]: CREATE_IN_PROGRESS state changed
2018-03-20 01:07:45 [highstate_config]: CREATE_IN_PROGRESS state changed
2018-03-20 01:07:45 [expand_config]: CREATE_COMPLETE state changed
2018-03-20 01:07:45 [saltmaster_sec_group]: CREATE_COMPLETE state changed
2018-03-20 01:07:45 [orchestrate_config]: CREATE_COMPLETE state changed
2018-03-20 01:07:45 [install_config]: CREATE_COMPLETE state changed
2018-03-20 01:07:45 [pre_config]: CREATE_COMPLETE state changed
2018-03-20 01:07:45 [PndaSecGroup]: CREATE_COMPLETE state changed
2018-03-20 01:07:45 [router]: CREATE_COMPLETE state changed
2018-03-20 01:07:46 [package_config]: CREATE_COMPLETE state changed
2018-03-20 01:07:46 [highstate_config]: CREATE_COMPLETE state changed
2018-03-20 01:07:46 [Key]: CREATE_COMPLETE state changed
2018-03-20 01:07:46 [private_net]: CREATE_COMPLETE state changed
2018-03-20 01:07:46 [private_subnet]: CREATE_IN_PROGRESS state changed
2018-03-20 01:07:47 [private_subnet]: CREATE_COMPLETE state changed
2018-03-20 01:07:47 [saltmaster_port]: CREATE_IN_PROGRESS state changed
2018-03-20 01:07:48 [router_interface]: CREATE_IN_PROGRESS state changed
2018-03-20 01:07:49 [router_interface]: CREATE_COMPLETE state changed
2018-03-20 01:07:49 [saltmaster_port]: CREATE_COMPLETE state changed
2018-03-20 01:07:49 [saltmaster_server]: CREATE_IN_PROGRESS state changed
2018-03-20 01:07:59 [saltmaster_server]: CREATE_COMPLETE state changed
2018-03-20 01:07:59 [deploy_package]: CREATE_IN_PROGRESS state changed
2018-03-20 03:07:43 [deploy_package]: CREATE_FAILED CREATE aborted
2018-03-20 03:07:43 [cation]: CREATE_FAILED Create timed out
Stack cation CREATE_FAILED
It always stop at [deploy_package] for a long time.It eventually ended because it reached timeout(120 minutes).Did I misconfigured something?
Sometime I run the command with other parameters.For example: ./heat_cli.py -e cation -n 3 -o 1 -k 2 -z 3 -f standard -s mykey create
But it have the same problem.
2.I configure the parameter 'keystone_tenant' in pnda_env.yaml. keystone_tenant: 'pnda'
Should I created the project 'pnda' before creating PNDA?
3.The keypair 'mykey' is created by the user 'demo' in openstack.
It is exist before create PNDA.
I run the command with the parameter -s mykey.
Why there will create a keypair 'cation' during the process of creating PNDA?
The swift list output:
The content of a file named 592a5fa5-94a4-4748-973b-4e0bfd91f725 which in container cation-saltmaster_server-iljkq4mpppti.
I encountered a problem when I built the PNDA platform on openstack with heat.Your help is greatly appreciated.
1.The command:
root@test:/home/pnda/git3/pnda-heat-templates/cli# ./heat_cli.py -e cation -f pico -s mykey create
The log is as follows:
It always stop at [deploy_package] for a long time.It eventually ended because it reached timeout(120 minutes).Did I misconfigured something?
Sometime I run the command with other parameters.For example:
./heat_cli.py -e cation -n 3 -o 1 -k 2 -z 3 -f standard -s mykey create
But it have the same problem.
2.I configure the parameter 'keystone_tenant' in pnda_env.yaml.
keystone_tenant: 'pnda'
Should I created the project 'pnda' before creating PNDA?
3.The keypair '
mykey
' is created by the user 'demo' in openstack.It is exist before create PNDA.
I run the command with the parameter -s mykey.
Why there will create a keypair 'cation' during the process of creating PNDA?
The swift list output:
The content of a file named
592a5fa5-94a4-4748-973b-4e0bfd91f725
which in containercation-saltmaster_server-iljkq4mpppti
.Some parameters in
pnda_env.yaml
:My environment:
Thank you very much.
The text was updated successfully, but these errors were encountered: