Skip to content

Instantly share code, notes, and snippets.

@dizz
Created December 3, 2014 14:36
Show Gist options
  • Save dizz/1c10de27fa0bac10907d to your computer and use it in GitHub Desktop.
Save dizz/1c10de27fa0bac10907d to your computer and use it in GitHub Desktop.
correct sm output
/usr/local/Cellar/python/2.7.8_2/Frameworks/Python.framework/Versions/2.7/bin/python2.7 /Users/andy/Source/MCN/Source/mcn-demo/d-rcb-sm/rcb-sm.py -c /Users/andy/Source/MCN/Source/mcn-demo/d-rcb-sm/etc/sm.cfg
INFO 12/03/2014 03:33:41 PM: Using configuration file: /Users/andy/Source/MCN/Source/mcn-demo/d-rcb-sm/etc/sm.cfg
INFO 12/03/2014 03:33:43 PM: Service Manager running on interfaces, running on port: 8888
INFO 12/03/2014 03:34:00 PM: CloudController Northbound API: http://cc1.cloudcomplab.ch:8888
INFO 12/03/2014 03:34:01 PM: Client supplied parameters: {'mcn.endpoint.epc.maas.ip': '127.0.0.1'}
DEBUG 12/03/2014 03:34:01 PM: Ensuring SM SSH Key...
DEBUG 12/03/2014 03:34:04 PM: Valid SM SSH is registered with OpenShift.
DEBUG 12/03/2014 03:34:05 PM: Creating SO container...
DEBUG 12/03/2014 03:34:05 PM: Requesting container to execute SO Bundle: http://cc1.cloudcomplab.ch:8888/app/
INFO 12/03/2014 03:34:05 PM: Sending headers: {'Category': 'app; scheme="http://schemas.ogf.org/occi/platform#", python-2.7; scheme="http://schemas.openshift.com/template/app#", small; scheme="http://schemas.openshift.com/template/app#"', 'X-OCCI-Attribute': 'occi.app.name=rcbsrvinst55C54F86CF80CE13', 'Content-Type': 'text/occi'}
DEBUG 12/03/2014 03:34:25 PM: SO container created: /app/547f1f5dac3c309c800000b3
DEBUG 12/03/2014 03:34:26 PM: Updating OCCI entity.identifier from: /rcb/67fbbdc9-55f4-45d5-88c4-a202692f11a7 to: /rcb/547f1f5dac3c309c800000b3
DEBUG 12/03/2014 03:34:26 PM: Setting occi.core.id to: 547f1f5dac3c309c800000b3
DEBUG 12/03/2014 03:34:26 PM: Requesting container's git URL http://cc1.cloudcomplab.ch:8888/app/547f1f5dac3c309c800000b3
INFO 12/03/2014 03:34:26 PM: Sending headers: {'Accept': 'text/occi'}
DEBUG 12/03/2014 03:34:27 PM: SO container repository: ssh://547f1f5dac3c309c800000b3@rcbsrvinst55c54f86cf80ce13-mcn.apps.cloudcomplab.ch/~/git/rcbsrvinst55c54f86cf80ce13.git/
/usr/local/bin/git
DEBUG 12/03/2014 03:34:27 PM: Starting AsychExe thread
DEBUG 12/03/2014 03:34:27 PM: Deploying SO Bundle to: ssh://547f1f5dac3c309c800000b3@rcbsrvinst55c54f86cf80ce13-mcn.apps.cloudcomplab.ch/~/git/rcbsrvinst55c54f86cf80ce13.git/
127.0.0.1 - - [03/Dec/2014 15:34:27] "POST /rcb/ HTTP/1.1" 201 2
DEBUG 12/03/2014 03:34:27 PM: Cloning git repository: ssh://547f1f5dac3c309c800000b3@rcbsrvinst55c54f86cf80ce13-mcn.apps.cloudcomplab.ch/~/git/rcbsrvinst55c54f86cf80ce13.git/ to: /var/folders/1f/j2ndfrvj76d7qstblmsmtsv40000gn/T/tmpTS9KuZ
Cloning into '/var/folders/1f/j2ndfrvj76d7qstblmsmtsv40000gn/T/tmpTS9KuZ'...
Warning: Permanently added 'rcbsrvinst55c54f86cf80ce13-mcn.apps.cloudcomplab.ch' (RSA) to the list of known hosts.
DEBUG 12/03/2014 03:34:27 PM: Bundle to add to repo: /Users/andy/Source/MCN/Source/mcn-demo/d-rcb-sm/bundle
DEBUG 12/03/2014 03:34:27 PM: Adding OpenShift support files from: /Users/andy/Source/MCN/Source/mcn-demo/d-rcb-sm/bundle/support
DEBUG 12/03/2014 03:34:27 PM: Writing build to: /var/folders/1f/j2ndfrvj76d7qstblmsmtsv40000gn/T/tmpTS9KuZ/.openshift/action_hooks/build
DEBUG 12/03/2014 03:34:27 PM: Writing pre_start_python to: /var/folders/1f/j2ndfrvj76d7qstblmsmtsv40000gn/T/tmpTS9KuZ/.openshift/action_hooks/pre_start_python
DEBUG 12/03/2014 03:34:27 PM: Writing pre_start_python content as: #!/bin/bash
echo "Setting DESIGN_URI environment variable"
export DESIGN_URI='http://bart.cloudcomplab.ch:35357/v2.0'
[master 4118e1b] deployment of SO for tenant edmo
DEBUG 12/03/2014 03:34:27 PM: Pushing new code to remote repository...
12 files changed, 627 insertions(+), 10 deletions(-)
mode change 100644 => 100755 .openshift/action_hooks/README.md
create mode 100755 .openshift/action_hooks/build
create mode 100755 .openshift/action_hooks/pre_start_python
create mode 100644 LICENSE
create mode 100644 README.md
create mode 100644 data/rcb.yaml
create mode 100644 data/test.yaml
rewrite setup.py (89%)
create mode 100755 support/build
create mode 100755 support/pre_start_python
create mode 100755 wsgi/application
create mode 100644 wsgi/so.py
warning: push.default is unset; its implicit value has changed in
Git 2.0 from 'matching' to 'simple'. To squelch this message
and maintain the traditional behavior, use:
git config --global push.default matching
To squelch this message and adopt the new behavior now, use:
git config --global push.default simple
When push.default is set to 'matching', git will push local branches
to the remote branches that already exist with the same name.
Since Git 2.0, Git defaults to the more conservative 'simple'
behavior, which only pushes the current branch to the corresponding
remote branch that 'git pull' uses to update the current branch.
See 'git help config' and search for 'push.default' for further information.
(the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
'current' instead of 'simple' if you sometimes use older versions of Git)
remote: Stopping Python 2.7 cartridge
remote: Waiting for stop to finish
remote: Waiting for stop to finish
remote: Waiting for stop to finish
remote: Building git ref 'master', commit 4118e1b
remote: Activating virtenv
remote: Checking for pip dependency listed in requirements.txt file..
remote: You must give at least one requirement to install (see "pip help install")
remote: Running setup.py script..
remote: running develop
remote: running egg_info
remote: creating rcb_so.egg-info
remote: writing rcb_so.egg-info/PKG-INFO
remote: writing top-level names to rcb_so.egg-info/top_level.txt
remote: writing dependency_links to rcb_so.egg-info/dependency_links.txt
remote: writing rcb_so.egg-info/PKG-INFO
remote: writing top-level names to rcb_so.egg-info/top_level.txt
remote: writing dependency_links to rcb_so.egg-info/dependency_links.txt
remote: writing manifest file 'rcb_so.egg-info/SOURCES.txt'
remote: package init file 'wsgi/__init__.py' not found (or not a regular file)
remote: error: package directory 'mcn_cc_sdk' does not exist
remote: Script /var/lib/openshift/547f1f5dac3c309c800000b3/python//virtenv/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/var/lib/openshift/547f1f5dac3c309c800000b3/python/virtenv/bin/python)
remote: Script /var/lib/openshift/547f1f5dac3c309c800000b3/python//virtenv/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/var/lib/openshift/547f1f5dac3c309c800000b3/python/virtenv/bin/python)
remote: Installing MCN SDK
remote: % Total % Received % Xferd Average Speed Time Time Time Current
remote: Dload Upload Total Spent Left Speed
remote: 100 4946 100 4946 0 0 19423 0 --:--:-- --:--:-- --:--:-- 67753
remote: Unpacking ./app-root/data/sdk.tar.gz
remote: Running setup.py egg_info for package from file:///var/lib/openshift/547f1f5dac3c309c800000b3/app-root/data/sdk.tar.gz
remote:
remote: Downloading/unpacking python-heatclient==0.2.9 (from mcn-cc-sdk==1.2)
remote: Running setup.py egg_info for package python-heatclient
remote:
remote: Installed /var/lib/openshift/547f1f5dac3c309c800000b3/app-root/runtime/dependencies/python/virtenv/build/python-heatclient/pbr-0.10.0-py2.7.egg
remote: [pbr] Processing SOURCES.txt
remote: warning: LocalManifestMaker: standard file '-c' not found
remote:
remote: warning: no previously-included files found matching '.gitignore'
remote: warning: no previously-included files found matching '.gitreview'
remote: warning: no previously-included files matching '*.pyc' found anywhere in distribution
remote: Downloading/unpacking python-keystoneclient (from mcn-cc-sdk==1.2)
remote: Running setup.py egg_info for package python-keystoneclient
remote:
remote: Installed /var/lib/openshift/547f1f5dac3c309c800000b3/app-root/runtime/dependencies/python/virtenv/build/python-keystoneclient/pbr-0.10.0-py2.7.egg
remote: [pbr] Processing SOURCES.txt
remote: warning: LocalManifestMaker: standard file '-c' not found
remote:
remote: warning: no previously-included files found matching '.gitignore'
remote: warning: no previously-included files found matching '.gitreview'
remote: warning: no previously-included files matching '*.pyc' found anywhere in distribution
remote: warning: no files found matching 'HACKING'
remote: warning: no files found matching '*' under directory 'tests'
remote: Requirement already satisfied (use --upgrade to upgrade): pyssf in /opt/rh/python27/root/usr/lib/python2.7/site-packages (from mcn-cc-sdk==1.2)
remote: Downloading/unpacking argparse (from python-heatclient==0.2.9->mcn-cc-sdk==1.2)
remote: Running setup.py egg_info for package argparse
remote:
remote: warning: no previously-included files matching '*.pyc' found anywhere in distribution
remote: warning: no previously-included files matching '*.pyo' found anywhere in distribution
remote: warning: no previously-included files matching '*.orig' found anywhere in distribution
remote: warning: no previously-included files matching '*.rej' found anywhere in distribution
remote: no previously-included directories found matching 'doc/_build'
remote: no previously-included directories found matching 'env24'
remote: no previously-included directories found matching 'env25'
remote: no previously-included directories found matching 'env26'
remote: no previously-included directories found matching 'env27'
remote: Downloading/unpacking iso8601>=0.1.9 (from python-heatclient==0.2.9->mcn-cc-sdk==1.2)
remote: Downloading iso8601-0.1.10.tar.gz
remote: Running setup.py egg_info for package iso8601
remote:
remote: Downloading/unpacking pbr>=0.6,!=0.7,<1.0 (from python-heatclient==0.2.9->mcn-cc-sdk==1.2)
remote: Running setup.py egg_info for package pbr
remote: [pbr] Processing SOURCES.txt
remote: warning: LocalManifestMaker: standard file '-c' not found
remote:
remote: warning: no previously-included files found matching '.gitignore'
remote: warning: no previously-included files found matching '.gitreview'
remote: warning: no previously-included files matching '*.pyc' found anywhere in distribution
remote: warning: no previously-included files found matching '.gitignore'
remote: warning: no previously-included files found matching '.gitreview'
remote: warning: no previously-included files matching '*.pyc' found anywhere in distribution
remote: Downloading/unpacking PrettyTable>=0.7,<0.8 (from python-heatclient==0.2.9->mcn-cc-sdk==1.2)
remote: Downloading prettytable-0.7.2.tar.bz2
remote: Running setup.py egg_info for package PrettyTable
remote:
remote: Downloading/unpacking PyYAML>=3.1.0 (from python-heatclient==0.2.9->mcn-cc-sdk==1.2)
remote: Running setup.py egg_info for package PyYAML
remote:
remote: Downloading/unpacking requests>=1.1 (from python-heatclient==0.2.9->mcn-cc-sdk==1.2)
remote: Running setup.py egg_info for package requests
remote:
remote: Downloading/unpacking six>=1.5.2 (from python-heatclient==0.2.9->mcn-cc-sdk==1.2)
remote: Downloading six-1.8.0.tar.gz
remote: Running setup.py egg_info for package six
remote:
remote: no previously-included directories found matching 'documentation/_build'
remote: Downloading/unpacking Babel>=1.3 (from python-keystoneclient->mcn-cc-sdk==1.2)
remote: Running setup.py egg_info for package Babel
remote:
remote: warning: no previously-included files matching '*' found under directory 'docs/_build'
remote: warning: no previously-included files matching '*.pyc' found under directory 'tests'
remote: warning: no previously-included files matching '*.pyo' found under directory 'tests'
remote: Downloading/unpacking netaddr>=0.7.12 (from python-keystoneclient->mcn-cc-sdk==1.2)
remote: Running setup.py egg_info for package netaddr
remote:
remote: warning: no previously-included files matching '*.svn*' found anywhere in distribution
remote: warning: no previously-included files matching '*.git*' found anywhere in distribution
remote: Downloading/unpacking oslo.config>=1.4.0 (from python-keystoneclient->mcn-cc-sdk==1.2)
remote: Running setup.py egg_info for package oslo.config
remote:
remote: Installed /var/lib/openshift/547f1f5dac3c309c800000b3/app-root/runtime/dependencies/python/virtenv/build/oslo.config/pbr-0.10.0-py2.7.egg
remote: [pbr] Processing SOURCES.txt
remote: warning: LocalManifestMaker: standard file '-c' not found
remote:
remote: warning: no previously-included files found matching '.gitignore'
remote: warning: no previously-included files found matching '.gitreview'
remote: warning: no previously-included files matching '*.pyc' found anywhere in distribution
remote: warning: no previously-included files found matching '.gitignore'
remote: warning: no previously-included files found matching '.gitreview'
remote: warning: no previously-included files matching '*.pyc' found anywhere in distribution
remote: Downloading/unpacking oslo.serialization>=1.0.0 (from python-keystoneclient->mcn-cc-sdk==1.2)
remote: Downloading oslo.serialization-1.1.0.tar.gz
remote: Running setup.py egg_info for package oslo.serialization
remote:
remote: Installed /var/lib/openshift/547f1f5dac3c309c800000b3/app-root/runtime/dependencies/python/virtenv/build/oslo.serialization/pbr-0.10.0-py2.7.egg
remote: [pbr] Processing SOURCES.txt
remote: warning: LocalManifestMaker: standard file '-c' not found
remote:
remote: warning: no previously-included files found matching '.gitignore'
remote: warning: no previously-included files found matching '.gitreview'
remote: warning: no previously-included files matching '*.pyc' found anywhere in distribution
remote: warning: no previously-included files found matching '.gitignore'
remote: warning: no previously-included files found matching '.gitreview'
remote: warning: no previously-included files matching '*.pyc' found anywhere in distribution
remote: Downloading/unpacking oslo.utils>=1.0.0 (from python-keystoneclient->mcn-cc-sdk==1.2)
remote: Running setup.py egg_info for package oslo.utils
remote:
remote: Installed /var/lib/openshift/547f1f5dac3c309c800000b3/app-root/runtime/dependencies/python/virtenv/build/oslo.utils/pbr-0.10.0-py2.7.egg
remote: [pbr] Processing SOURCES.txt
remote: warning: LocalManifestMaker: standard file '-c' not found
remote:
remote: warning: no previously-included files found matching '.gitignore'
remote: warning: no previously-included files found matching '.gitreview'
remote: warning: no previously-included files matching '*.pyc' found anywhere in distribution
remote: warning: no previously-included files found matching '.gitignore'
remote: warning: no previously-included files found matching '.gitreview'
remote: warning: no previously-included files matching '*.pyc' found anywhere in distribution
remote: Downloading/unpacking stevedore>=1.0.0 (from python-keystoneclient->mcn-cc-sdk==1.2)
remote: Running setup.py egg_info for package stevedore
remote:
remote: Installed /var/lib/openshift/547f1f5dac3c309c800000b3/app-root/runtime/dependencies/python/virtenv/build/stevedore/pbr-0.10.0-py2.7.egg
remote: [pbr] Processing SOURCES.txt
remote: warning: LocalManifestMaker: standard file '-c' not found
remote:
remote: warning: no previously-included files found matching '.gitignore'
remote: warning: no previously-included files found matching '.gitreview'
remote: warning: no previously-included files matching '*.pyc' found anywhere in distribution
remote: warning: no files found matching '*.html' under directory 'docs'
remote: warning: no files found matching '*.css' under directory 'docs'
remote: warning: no files found matching '*.js' under directory 'docs'
remote: warning: no files found matching '*.png' under directory 'docs'
remote: warning: no files found matching '*.py' under directory 'tests'
remote: Requirement already satisfied (use --upgrade to upgrade): pip in ./app-root/runtime/dependencies/python/virtenv/lib/python2.7/site-packages (from pbr>=0.6,!=0.7,<1.0->python-heatclient==0.2.9->mcn-cc-sdk==1.2)
remote: Downloading/unpacking pytz>=0a (from Babel>=1.3->python-keystoneclient->mcn-cc-sdk==1.2)
remote: Running setup.py egg_info for package pytz
remote:
remote: Downloading/unpacking oslo.i18n>=1.0.0 (from oslo.utils>=1.0.0->python-keystoneclient->mcn-cc-sdk==1.2)
remote: Downloading oslo.i18n-1.1.0.tar.gz
remote: Running setup.py egg_info for package oslo.i18n
remote:
remote: Installed /var/lib/openshift/547f1f5dac3c309c800000b3/app-root/runtime/dependencies/python/virtenv/build/oslo.i18n/pbr-0.10.0-py2.7.egg
remote: [pbr] Processing SOURCES.txt
remote: warning: LocalManifestMaker: standard file '-c' not found
remote:
remote: warning: no previously-included files found matching '.gitignore'
remote: warning: no previously-included files found matching '.gitreview'
remote: warning: no previously-included files matching '*.pyc' found anywhere in distribution
remote: warning: no previously-included files found matching '.gitignore'
remote: warning: no previously-included files found matching '.gitreview'
remote: warning: no previously-included files matching '*.pyc' found anywhere in distribution
remote: Downloading/unpacking netifaces>=0.10.4 (from oslo.utils>=1.0.0->python-keystoneclient->mcn-cc-sdk==1.2)
remote: Downloading netifaces-0.10.4.tar.gz
remote: Running setup.py egg_info for package netifaces
remote:
remote: Installing collected packages: python-heatclient, python-keystoneclient, mcn-cc-sdk, argparse, iso8601, pbr, PrettyTable, PyYAML, requests, six, Babel, netaddr, oslo.config, oslo.serialization, oslo.utils, stevedore, pytz, oslo.i18n, netifaces
remote: Running setup.py install for python-heatclient
remote: [pbr] Reusing existing SOURCES.txt
remote: Installing heat script to /var/lib/openshift/547f1f5dac3c309c800000b3/python/virtenv/bin
remote: Running setup.py install for python-keystoneclient
remote: [pbr] Reusing existing SOURCES.txt
remote: Installing keystone script to /var/lib/openshift/547f1f5dac3c309c800000b3/python/virtenv/bin
remote: Running setup.py install for mcn-cc-sdk
remote:
remote: Running setup.py install for argparse
remote:
remote: warning: no previously-included files matching '*.pyc' found anywhere in distribution
remote: warning: no previously-included files matching '*.pyo' found anywhere in distribution
remote: warning: no previously-included files matching '*.orig' found anywhere in distribution
remote: warning: no previously-included files matching '*.rej' found anywhere in distribution
remote: no previously-included directories found matching 'doc/_build'
remote: no previously-included directories found matching 'env24'
remote: no previously-included directories found matching 'env25'
remote: no previously-included directories found matching 'env26'
remote: no previously-included directories found matching 'env27'
remote: Running setup.py install for iso8601
remote:
remote: Running setup.py install for pbr
remote: [pbr] Reusing existing SOURCES.txt
remote: Running setup.py install for PrettyTable
remote:
remote: Running setup.py install for PyYAML
remote: checking if libyaml is compilable
remote: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/opt/rh/python27/root/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/check_libyaml.c -o build/temp.linux-x86_64-2.7/check_libyaml.o
remote: build/temp.linux-x86_64-2.7/check_libyaml.c:2:18: error: yaml.h: No such file or directory
remote: build/temp.linux-x86_64-2.7/check_libyaml.c: In function 'main':
remote: build/temp.linux-x86_64-2.7/check_libyaml.c:5: error: 'yaml_parser_t' undeclared (first use in this function)
remote: build/temp.linux-x86_64-2.7/check_libyaml.c:5: error: (Each undeclared identifier is reported only once
remote: build/temp.linux-x86_64-2.7/check_libyaml.c:5: error: for each function it appears in.)
remote: build/temp.linux-x86_64-2.7/check_libyaml.c:5: error: expected ';' before 'parser'
remote: build/temp.linux-x86_64-2.7/check_libyaml.c:6: error: 'yaml_emitter_t' undeclared (first use in this function)
remote: build/temp.linux-x86_64-2.7/check_libyaml.c:6: error: expected ';' before 'emitter'
remote: build/temp.linux-x86_64-2.7/check_libyaml.c:8: warning: implicit declaration of function 'yaml_parser_initialize'
remote: build/temp.linux-x86_64-2.7/check_libyaml.c:8: error: 'parser' undeclared (first use in this function)
remote: build/temp.linux-x86_64-2.7/check_libyaml.c:9: warning: implicit declaration of function 'yaml_parser_delete'
remote: build/temp.linux-x86_64-2.7/check_libyaml.c:11: warning: implicit declaration of function 'yaml_emitter_initialize'
remote: build/temp.linux-x86_64-2.7/check_libyaml.c:11: error: 'emitter' undeclared (first use in this function)
remote: build/temp.linux-x86_64-2.7/check_libyaml.c:12: warning: implicit declaration of function 'yaml_emitter_delete'
remote:
remote: libyaml is not found or a compiler error: forcing --without-libyaml
remote: (if libyaml is installed correctly, you may need to
remote: specify the option --include-dirs or uncomment and
remote: modify the parameter include_dirs in setup.cfg)
remote:
remote: Running setup.py install for requests
remote:
remote: Running setup.py install for six
remote:
remote: no previously-included directories found matching 'documentation/_build'
remote: Found existing installation: Babel 0.9.6
remote: Not uninstalling Babel at /opt/rh/python27/root/usr/lib/python2.7/site-packages, outside environment /var/lib/openshift/547f1f5dac3c309c800000b3/app-root/runtime/dependencies/python/virtenv
remote: Running setup.py install for Babel
remote:
remote: warning: no previously-included files matching '*' found under directory 'docs/_build'
remote: warning: no previously-included files matching '*.pyc' found under directory 'tests'
remote: warning: no previously-included files matching '*.pyo' found under directory 'tests'
remote: Installing pybabel script to /var/lib/openshift/547f1f5dac3c309c800000b3/python/virtenv/bin
remote: Running setup.py install for netaddr
remote: changing mode of build/scripts-2.7/netaddr from 644 to 755
remote:
remote: warning: no previously-included files matching '*.svn*' found anywhere in distribution
remote: warning: no previously-included files matching '*.git*' found anywhere in distribution
remote: changing mode of /var/lib/openshift/547f1f5dac3c309c800000b3/python/virtenv/bin/netaddr to 755
remote: Running setup.py install for oslo.config
remote: [pbr] Reusing existing SOURCES.txt
remote: Skipping installation of /var/lib/openshift/547f1f5dac3c309c800000b3/python/virtenv/lib/python2.7/site-packages/oslo/__init__.py (namespace package)
remote: Installing /var/lib/openshift/547f1f5dac3c309c800000b3/python/virtenv/lib/python2.7/site-packages/oslo.config-1.5.0-py2.7-nspkg.pth
remote: Installing oslo-config-generator script to /var/lib/openshift/547f1f5dac3c309c800000b3/python/virtenv/bin
remote: Running setup.py install for oslo.serialization
remote: [pbr] Reusing existing SOURCES.txt
remote: Skipping installation of /var/lib/openshift/547f1f5dac3c309c800000b3/python/virtenv/lib/python2.7/site-packages/oslo/__init__.py (namespace package)
remote: Installing /var/lib/openshift/547f1f5dac3c309c800000b3/python/virtenv/lib/python2.7/site-packages/oslo.serialization-1.1.0-py2.7-nspkg.pth
remote: Running setup.py install for oslo.utils
remote: [pbr] Reusing existing SOURCES.txt
remote: Skipping installation of /var/lib/openshift/547f1f5dac3c309c800000b3/python/virtenv/lib/python2.7/site-packages/oslo/__init__.py (namespace package)
remote: Installing /var/lib/openshift/547f1f5dac3c309c800000b3/python/virtenv/lib/python2.7/site-packages/oslo.utils-1.1.0-py2.7-nspkg.pth
remote: Running setup.py install for stevedore
remote: [pbr] Reusing existing SOURCES.txt
remote: Running setup.py install for pytz
remote:
remote: Running setup.py install for oslo.i18n
remote: [pbr] Reusing existing SOURCES.txt
remote: Skipping installation of /var/lib/openshift/547f1f5dac3c309c800000b3/python/virtenv/lib/python2.7/site-packages/oslo/__init__.py (namespace package)
remote: Installing /var/lib/openshift/547f1f5dac3c309c800000b3/python/virtenv/lib/python2.7/site-packages/oslo.i18n-1.1.0-py2.7-nspkg.pth
remote: Running setup.py install for netifaces
remote: checking for getifaddrs...found.
remote: checking for getnameinfo...found.
remote: checking for optional header files...netash/ash.h netatalk/at.h netax25/ax25.h neteconet/ec.h netipx/ipx.h netpacket/packet.h linux/irda.h linux/atm.h linux/llc.h linux/tipc.h linux/dn.h.
remote: checking whether struct sockaddr has a length field...no.
remote: checking which sockaddr_xxx structs are defined...at ax25 in in6 ipx un ash ec ll atmpvc atmsvc dn irda llc.
remote: checking for routing socket support...no.
remote: checking for sysctl(CTL_NET...) support...no.
remote: checking for netlink support...yes.
remote: will use netlink to read routing table
remote: building 'netifaces' extension
remote: gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -DNETIFACES_VERSION=0.10.4 -DHAVE_GETIFADDRS=1 -DHAVE_GETNAMEINFO=1 -DHAVE_NETASH_ASH_H=1 -DHAVE_NETATALK_AT_H=1 -DHAVE_NETAX25_AX25_H=1 -DHAVE_NETECONET_EC_H=1 -DHAVE_NETIPX_IPX_H=1 -DHAVE_NETPACKET_PACKET_H=1 -DHAVE_LINUX_IRDA_H=1 -DHAVE_LINUX_ATM_H=1 -DHAVE_LINUX_LLC_H=1 -DHAVE_LINUX_TIPC_H=1 -DHAVE_LINUX_DN_H=1 -DHAVE_SOCKADDR_AT=1 -DHAVE_SOCKADDR_AX25=1 -DHAVE_SOCKADDR_IN=1 -DHAVE_SOCKADDR_IN6=1 -DHAVE_SOCKADDR_IPX=1 -DHAVE_SOCKADDR_UN=1 -DHAVE_SOCKADDR_ASH=1 -DHAVE_SOCKADDR_EC=1 -DHAVE_SOCKADDR_LL=1 -DHAVE_SOCKADDR_ATMPVC=1 -DHAVE_SOCKADDR_ATMSVC=1 -DHAVE_SOCKADDR_DN=1 -DHAVE_SOCKADDR_IRDA=1 -DHAVE_SOCKADDR_LLC=1 -DHAVE_PF_NETLINK=1 -I/opt/rh/python27/root/usr/include/python2.7 -c netifaces.c -o build/temp.linux-x86_64-2.7/netifaces.o
remote: gcc -pthread -shared -L/usr/lib6464 build/temp.linux-x86_64-2.7/netifaces.o -L/opt/rh/python27/root/usr/lib64 -lpython2.7 -o build/lib.linux-x86_64-2.7/netifaces.so
remote:
remote: Successfully installed python-heatclient python-keystoneclient mcn-cc-sdk argparse iso8601 pbr PrettyTable PyYAML requests six Babel netaddr oslo.config oslo.serialization oslo.utils stevedore pytz oslo.i18n netifaces
remote: Cleaning up...
remote: Preparing build for deployment
remote: Deployment id is 2d8064ad
remote: Activating deployment
remote: Script /var/lib/openshift/547f1f5dac3c309c800000b3/python//virtenv/bin/activate.csh cannot be made relative (it's not a normal script that starts with #!/var/lib/openshift/547f1f5dac3c309c800000b3/python/virtenv/bin/python)
remote: Script /var/lib/openshift/547f1f5dac3c309c800000b3/python//virtenv/bin/activate.fish cannot be made relative (it's not a normal script that starts with #!/var/lib/openshift/547f1f5dac3c309c800000b3/python/virtenv/bin/python)
remote: Setting DESIGN_URI environment variable
remote: Starting Python 2.7 cartridge (Apache+mod_wsgi)
remote: Application directory "wsgi/" selected as DocumentRoot
remote: Application "wsgi/application" selected as default WSGI entry point
remote: -------------------------
remote: Git Post-Receive Result: success
remote: Activation status: success
remote: Deployment completed with status: success
To ssh://547f1f5dac3c309c800000b3@rcbsrvinst55c54f86cf80ce13-mcn.apps.cloudcomplab.ch/~/git/rcbsrvinst55c54f86cf80ce13.git/
df13c1a..4118e1b master -> master
DEBUG 12/03/2014 03:35:21 PM: Activating the SO...
INFO 12/03/2014 03:35:22 PM: Adding service-specific parameters to call... X-OCCI-Attribute: integer=1, string="immutable_init_value", float=0.11, mcn.endpoint.epc.maas.ip=127.0.0.1
DEBUG 12/03/2014 03:35:22 PM: Initialising SO with: http://rcbsrvinst55c54f86cf80ce13-mcn.apps.cloudcomplab.ch/orchestrator/default
INFO 12/03/2014 03:35:22 PM: Sending headers: {'Category': 'orchestrator; scheme="http://schemas.mobile-cloud-networking.eu/occi/service#"', 'X-OCCI-Attribute': u'integer=1, string="immutable_init_value", float=0.11, mcn.endpoint.epc.maas.ip=127.0.0.1', 'X-Tenant-Name': 'edmo', 'Content-Type': 'text/occi', 'X-Auth-Token': '82654f42e8a947f08a37085ac651a62a'}
DEBUG 12/03/2014 03:35:23 PM: Updating entity in registry
DEBUG 12/03/2014 03:35:23 PM: Deploying the SO bundle...
INFO 12/03/2014 03:35:23 PM: Adding service-specific parameters to call... X-OCCI-Attribute:init_value="immutable_init_value", init_value="immutable_init_value", mcn.endpoint.epc.maas.ip=127.0.0.1
DEBUG 12/03/2014 03:35:23 PM: Deploying SO with: http://rcbsrvinst55c54f86cf80ce13-mcn.apps.cloudcomplab.ch/orchestrator/default
INFO 12/03/2014 03:35:23 PM: Sending headers: {'Category': 'deploy; scheme="http://schemas.mobile-cloud-networking.eu/occi/service#"', 'X-OCCI-Attribute': u'init_value="immutable_init_value", init_value="immutable_init_value", mcn.endpoint.epc.maas.ip=127.0.0.1', 'X-Tenant-Name': 'edmo', 'Content-Type': 'text/occi', 'X-Auth-Token': '82654f42e8a947f08a37085ac651a62a'}
DEBUG 12/03/2014 03:35:24 PM: SO Deployed
DEBUG 12/03/2014 03:35:24 PM: Updating entity in registry
INFO 12/03/2014 03:35:24 PM: Adding service-specific parameters to call... X-OCCI-Attribute:init_value="immutable_init_value", init_value="immutable_init_value", mcn.endpoint.epc.maas.ip=127.0.0.1
DEBUG 12/03/2014 03:35:24 PM: Provisioning SO with: http://rcbsrvinst55c54f86cf80ce13-mcn.apps.cloudcomplab.ch/orchestrator/default
INFO 12/03/2014 03:35:24 PM: Sending headers: {'Category': 'provision; scheme="http://schemas.mobile-cloud-networking.eu/occi/service#"', 'X-OCCI-Attribute': u'init_value="immutable_init_value", init_value="immutable_init_value", mcn.endpoint.epc.maas.ip=127.0.0.1', 'X-Tenant-Name': 'edmo', 'Content-Type': 'text/occi', 'X-Auth-Token': '82654f42e8a947f08a37085ac651a62a'}
DEBUG 12/03/2014 03:35:24 PM: Updating entity in registry
127.0.0.1 - - [03/Dec/2014 15:36:20] "DELETE /rcb/547f1f5dac3c309c800000b3 HTTP/1.1" 200 2
DEBUG 12/03/2014 03:36:20 PM: Starting AsychExe thread
WARNING 12/03/2014 03:36:21 PM: The requested states parameters are not available: "destroy"
INFO 12/03/2014 03:36:21 PM: Adding service-specific parameters to call... X-OCCI-Attribute:mcn.endpoint.epc.maas.ip=127.0.0.1
INFO 12/03/2014 03:36:21 PM: Disposing service orchestrator with: http://rcbsrvinst55c54f86cf80ce13-mcn.apps.cloudcomplab.ch/orchestrator/default
INFO 12/03/2014 03:36:21 PM: Sending headers: {'X-OCCI-Attribute': 'mcn.endpoint.epc.maas.ip=127.0.0.1', 'X-Tenant-Name': 'edmo', 'X-Auth-Token': '82654f42e8a947f08a37085ac651a62a'}
INFO 12/03/2014 03:36:21 PM: Disposing service orchestrator container via CC... http://cc1.cloudcomplab.ch:8888/app/547f1f5dac3c309c800000b3
INFO 12/03/2014 03:36:21 PM: Sending headers: {'X-Tenant-Name': 'edmo', 'Content-Type': 'text/occi', 'X-Auth-Token': '82654f42e8a947f08a37085ac651a62a'}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment