This repository was archived by the owner on Jan 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 70
This repository was archived by the owner on Jan 19, 2018. It is now read-only.
trouble running atomicapp with oc new-app on openshift #799
Copy link
Copy link
Open
Description
I've running origin 1.3 in docker containers on centos atomic host continuous. Maybe I'm doing this wrong? I've tried w/ a few different atomicapps, with the same result. I got a similar error last week with a oc cluster up install, and I just got it on adb, too. All the same error.
Here's what I'm running:
# oc new-app projectatomic/guestbookgo-atomicapp --grant-install-rights
--> Installing application from "projectatomic/guestbookgo-atomicapp"
* Found Docker image 510115a (9 days old) from Docker Hub for "projectatomic/guestbookgo-atomicapp"
* Install will run in pod guestbookgo-atomicapp-install
* The pod has access to your current session token via environment variable TOKEN_ENV_VAR.
If you cancel the install, you should delete the pod or log out of your session.
--> WARNING: The pod requires access to your current session token to install this image. Only
grant access to images whose source you trust. The image will be able to perform any
action you can take on the cluster.
This is the log:
/usr/lib/python2.7/site-packages/urllib3/connectionpool.py:769: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.org/en/latest/security.html
InsecureRequestWarning)
DEBUG :: - utils.py :: Detected environment: openshift pod
INFO :: - cli/main.py :: Atomic App: 0.6.3 - Mode: Run
DEBUG :: - cli/main.py :: Final parsed cmdline: run -v --dest=none --provider=openshift /application-entity
DEBUG :: - nulecule/main.py :: 'none' destination requested. Using tmp dir
DEBUG :: - nulecule/main.py :: NuleculeManager init app_path: /tmp/atomicappabHTkc
DEBUG :: - nulecule/main.py :: NuleculeManager init image: None
DEBUG :: - nulecule/main.py :: Request to unpack to None to /tmp/atomicappabHTkc
INFO :: - nulecule/base.py :: Pulling external application: redis-centos7-atomicapp
INFO :: - nulecule/base.py :: Unpacking image projectatomic/redis-centos7-atomicapp to /tmp/atomicappabHTkc/external/redis-centos7-atomicapp
DEBUG :: - utils.py :: Detected environment: openshift pod
DEBUG :: - plugin.py :: Configuration option 'provider-config' not provided
DEBUG :: - providers/openshift.py :: Given config: {'namespace': 'default'}
INFO :: - providers/openshift.py :: Using namespace default
DEBUG :: - utils.py :: Finding the users home directory
DEBUG :: - utils.py :: Running as user root. Using home directory /root for configuration data
DEBUG :: - providers/openshift.py :: List of parameters passed: {'provider-tlsverify': None, 'provider-api': None, 'provider-cafile': None, 'provider-auth': None}
DEBUG :: - providers/openshift.py :: List of parameters passed: {'provider-tlsverify': None, 'provider-api': 'http://localhost:8443', 'provider-cafile': None, 'provider-auth': None}
ERROR :: - cli/main.py :: You need to set provider-auth in answers.conf or pass it as a CLI param
Metadata
Metadata
Assignees
Labels
No labels