Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chapter 5 error on atomic run #74

Open
scollier opened this issue Jun 5, 2015 · 0 comments
Open

chapter 5 error on atomic run #74

scollier opened this issue Jun 5, 2015 · 0 comments

Comments

@scollier
Copy link
Collaborator

scollier commented Jun 5, 2015

atomic run wordpress-rhel7-atomicapp

docker run -it --rm --privileged --net=host -v pwd:/atomicapp -v /run:/run -v /:/host --name wordpress-rhel7-atomicapp -e NAME=wordpress-rhel7-atomicapp -e IMAGE=wordpress-rhel7-atomicapp wordpress-rhel7-atomicapp -v run /atomicapp
2015-06-05 17:55:46,791 - atomicapp.install - INFO - App name is wordpress-rhel7-atomicapp, will be populated to /atomicapp
2015-06-05 17:55:46,791 - atomicapp.nulecule_base - DEBUG - {'namespace': 'default', 'provider': 'kubernetes'}
2015-06-05 17:55:47,836 - atomicapp.nulecule_base - DEBUG - Output of docker images cmd: 48958b1c5f5f

2015-06-05 17:55:47,836 - atomicapp.nulecule_base - DEBUG - Image wordpress-rhel7-atomicapp already present with id 48958b1c5f5f. Use --update to re-pull.
2015-06-05 17:55:47,836 - atomicapp.nulecule_base - DEBUG - {'namespace': 'default', 'provider': 'kubernetes'}
2015-06-05 17:55:47,837 - atomicapp.install - DEBUG - Creating a container with name wordpress-rhel7-atomicapp-jyncpq
cb3117e73a95fcccb27e1061d0faeacf0e7555ce3893b005e392fa6be352a476
2015-06-05 17:55:49,246 - atomicapp.utils - INFO - Using temporary directory /tmp/nulecule-YPrmG1
2015-06-05 17:55:49,246 - atomicapp.install - DEBUG - ['docker', 'cp', 'wordpress-rhel7-atomicapp-jyncpq:/application-entity', '/tmp/nulecule-YPrmG1']
2015-06-05 17:55:49,683 - atomicapp.install - DEBUG - Application entity data copied to /tmp/nulecule-YPrmG1
wordpress-rhel7-atomicapp-jyncpq
2015-06-05 17:55:52,153 - atomicapp.install - DEBUG - Nulecule path for pulled image: /tmp/nulecule-YPrmG1/application-entity/Nulecule
Traceback (most recent call last):
File "/usr/bin/atomicapp", line 9, in
load_entry_point('atomicapp==0.1', 'console_scripts', 'atomicapp')()
File "/usr/lib/python2.7/site-packages/atomicapp/cli/main.py", line 89, in main
cli.run()
File "/usr/lib/python2.7/site-packages/atomicapp/cli/main.py", line 70, in run
args.func(args)
File "/usr/lib/python2.7/site-packages/atomicapp/cli/main.py", line 20, in cli_run
ae = Run(**vars(args))
File "/usr/lib/python2.7/site-packages/atomicapp/run.py", line 64, in init
install.install()
File "/usr/lib/python2.7/site-packages/atomicapp/install.py", line 98, in install
self.nulecule_base.loadMainfile(mainfile_path)
File "/usr/lib/python2.7/site-packages/atomicapp/nulecule_base.py", line 90, in loadMainfile
self.mainfile_data = anymarkup.parse_file(path)
File "/usr/lib/python2.7/site-packages/anymarkup/init.py", line 101, in parse_file
return parse(f, format, encoding, force_types)
File "/usr/lib/python2.7/site-packages/anymarkup/init.py", line 75, in parse
raise AnyMarkupError(e)
anymarkup.AnyMarkupError: AnyMarkupError: caught <class 'yaml.scanner.ScannerError'>: mapping values are not allowed here
in "", line 17, column 19

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant