Hi all,

I'm working with OOM Beiging. Using docker image 
nexus3.onap.org:10001/onap/sdnc-ansible-server-image:1.4-STAGING-latest in 
oom/kubernetes/sdnc/charts/sdnc-ansible-server/values.yaml, I tried these two 
options in 
/oom/kubernetes/sdnc/charts/sdnc-ansible-server/templates/deployment.yaml

* args: ["-c", *"apt-get update && cd /opt/onap/sdnc && 
./startAnsibleServer.sh"* ]

Hit:1 http://archive.ubuntu.com/ubuntu xenial InRelease
Get:2 http://archive.ubuntu.com/ubuntu xenial-updates InRelease [109 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial-backports InRelease [107 kB]
Get:4 http://security.ubuntu.com/ubuntu xenial-security InRelease [107 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial-updates/universe Sources [280 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [1097 
kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages 
[889 kB]
Get:8 http://security.ubuntu.com/ubuntu xenial-security/universe Sources [93.8 
kB]
Get:9 http://security.ubuntu.com/ubuntu xenial-security/main amd64 Packages 
[709 kB]
Get:10 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages [481 kB]
Fetched 3874 kB in 1s (2192 kB/s)
Reading package lists...
*/bin/bash: ./startAnsibleServer.sh: No such file or directory*

* args: ["-c", *"cd /opt/onap/ccsdk && sed -i 's_onap/sdnc_onap/ccsdk_g' 
RestServer_config && ./startAnsibleServer.sh"* ]

Collecting PyMySQL
Exception:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 209, in main
    status = self.run(options, args)
  File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 328, in 
run
    wb.build(autobuilding=True)
  File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 748, in build
    self.requirement_set.prepare_files(self.finder)
  File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 360, in 
prepare_files
    ignore_dependencies=self.ignore_dependencies))
  File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 512, in 
_prepare_file
    finder, self.upgrade, require_hashes)
  File "/usr/lib/python2.7/dist-packages/pip/req/req_install.py", line 273, in 
populate_link
    self.link = finder.find_requirement(self, upgrade)
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 442, in 
find_requirement
    all_candidates = self.find_all_candidates(req.name)
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 400, in 
find_all_candidates
    for page in self._get_pages(url_locations, project_name):
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 545, in _get_pages
    page = self._get_page(location)
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 648, in _get_page
    return HTMLPage.get_page(link, session=self.session)
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 757, in get_page
    "Cache-Control": "max-age=600",
  File 
"/usr/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/sessions.py",
 line 480, in get
    return self.request('GET', url, **kwargs)
  File "/usr/lib/python2.7/dist-packages/pip/download.py", line 378, in request
    return super(PipSession, self).request(method, url, *args, **kwargs)
  File 
"/usr/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/sessions.py",
 line 468, in request
    resp = self.send(prep, **send_kwargs)
  File 
"/usr/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/sessions.py",
 line 576, in send
    r = adapter.send(request, **kwargs)
  File 
"/usr/share/python-wheels/CacheControl-0.11.5-py2.py3-none-any.whl/cachecontrol/adapter.py",
 line 46, in send
    resp = super(CacheControlAdapter, self).send(request, **kw)
  File 
"/usr/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/adapters.py",
 line 376, in send
    timeout=timeout
  File 
"/usr/share/python-wheels/urllib3-1.13.1-py2.py3-none-any.whl/urllib3/connectionpool.py",
 line 610, in urlopen
    _stacktrace=sys.exc_info()[2])
  File 
"/usr/share/python-wheels/urllib3-1.13.1-py2.py3-none-any.whl/urllib3/util/retry.py",
 line 228, in increment
    total -= 1
TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'
Collecting cherrypy<18.0.0
Exception:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 209, in main
    status = self.run(options, args)
  File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 328, in 
run
    wb.build(autobuilding=True)
  File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 748, in build
    self.requirement_set.prepare_files(self.finder)
  File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 360, in 
prepare_files
    ignore_dependencies=self.ignore_dependencies))
  File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 512, in 
_prepare_file
    finder, self.upgrade, require_hashes)
  File "/usr/lib/python2.7/dist-packages/pip/req/req_install.py", line 273, in 
populate_link
    self.link = finder.find_requirement(self, upgrade)
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 442, in 
find_requirement
    all_candidates = self.find_all_candidates(req.name)
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 400, in 
find_all_candidates
    for page in self._get_pages(url_locations, project_name):
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 545, in _get_pages
    page = self._get_page(location)
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 648, in _get_page
    return HTMLPage.get_page(link, session=self.session)
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 757, in get_page
    "Cache-Control": "max-age=600",
  File 
"/usr/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/sessions.py",
 line 480, in get
    return self.request('GET', url, **kwargs)
  File "/usr/lib/python2.7/dist-packages/pip/download.py", line 378, in request
    return super(PipSession, self).request(method, url, *args, **kwargs)
  File 
"/usr/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/sessions.py",
 line 468, in request
    resp = self.send(prep, **send_kwargs)
  File 
"/usr/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/sessions.py",
 line 576, in send
    r = adapter.send(request, **kwargs)
  File 
"/usr/share/python-wheels/CacheControl-0.11.5-py2.py3-none-any.whl/cachecontrol/adapter.py",
 line 46, in send
    resp = super(CacheControlAdapter, self).send(request, **kw)
  File 
"/usr/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/adapters.py",
 line 376, in send
    timeout=timeout
  File 
"/usr/share/python-wheels/urllib3-1.13.1-py2.py3-none-any.whl/urllib3/connectionpool.py",
 line 610, in urlopen
    _stacktrace=sys.exc_info()[2])
  File 
"/usr/share/python-wheels/urllib3-1.13.1-py2.py3-none-any.whl/urllib3/util/retry.py",
 line 228, in increment
    total -= 1
TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'
Collecting requests
Exception:
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 209, in main
    status = self.run(options, args)
  File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 328, in 
run
    wb.build(autobuilding=True)
  File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 748, in build
    self.requirement_set.prepare_files(self.finder)
  File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 360, in 
prepare_files
    ignore_dependencies=self.ignore_dependencies))
  File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 512, in 
_prepare_file
    finder, self.upgrade, require_hashes)
  File "/usr/lib/python2.7/dist-packages/pip/req/req_install.py", line 273, in 
populate_link
    self.link = finder.find_requirement(self, upgrade)
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 442, in 
find_requirement
    all_candidates = self.find_all_candidates(req.name)
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 400, in 
find_all_candidates
    for page in self._get_pages(url_locations, project_name):
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 545, in _get_pages
    page = self._get_page(location)
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 648, in _get_page
    return HTMLPage.get_page(link, session=self.session)
  File "/usr/lib/python2.7/dist-packages/pip/index.py", line 757, in get_page
    "Cache-Control": "max-age=600",
  File 
"/usr/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/sessions.py",
 line 480, in get
    return self.request('GET', url, **kwargs)
  File "/usr/lib/python2.7/dist-packages/pip/download.py", line 378, in request
    return super(PipSession, self).request(method, url, *args, **kwargs)
  File 
"/usr/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/sessions.py",
 line 468, in request
    resp = self.send(prep, **send_kwargs)
  File 
"/usr/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/sessions.py",
 line 576, in send
    r = adapter.send(request, **kwargs)
  File 
"/usr/share/python-wheels/CacheControl-0.11.5-py2.py3-none-any.whl/cachecontrol/adapter.py",
 line 46, in send
    resp = super(CacheControlAdapter, self).send(request, **kw)
  File 
"/usr/share/python-wheels/requests-2.9.1-py2.py3-none-any.whl/requests/adapters.py",
 line 376, in send
    timeout=timeout
  File 
"/usr/share/python-wheels/urllib3-1.13.1-py2.py3-none-any.whl/urllib3/connectionpool.py",
 line 610, in urlopen
    _stacktrace=sys.exc_info()[2])
  File 
"/usr/share/python-wheels/urllib3-1.13.1-py2.py3-none-any.whl/urllib3/util/retry.py",
 line 228, in increment
    total -= 1
TypeError: unsupported operand type(s) for -=: 'Retry' and 'int'
You are using pip version 8.1.1, however version 18.0 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  apt-utils cron dh-python distro-info-data gir1.2-glib-2.0 iso-codes
  libapt-inst2.0 libdbus-glib-1-2 libgirepository-1.0-1 libpython3-stdlib
  lsb-release python-apt-common python3 python3-apt python3-dbus python3-gi
  python3-minimal python3-pycurl python3-software-properties python3.5
  python3.5-minimal unattended-upgrades
Suggested packages:
  anacron logrotate checksecurity exim4 | postfix | mail-transport-agent
  isoquery lsb python3-doc python3-tk python3-venv python3-apt-dbg
  python-apt-doc python-dbus-doc python3-dbus-dbg libcurl4-gnutls-dev
  python-pycurl-doc python3-pycurl-dbg python3.5-venv python3.5-doc
  binfmt-support bsd-mailx mail-transport-agent
The following NEW packages will be installed:
  apt-utils cron dh-python distro-info-data gir1.2-glib-2.0 iso-codes
  libapt-inst2.0 libdbus-glib-1-2 libgirepository-1.0-1 libpython3-stdlib
  lsb-release python-apt-common python3 python3-apt python3-dbus python3-gi
  python3-minimal python3-pycurl python3-software-properties python3.5
  python3.5-minimal software-properties-common unattended-upgrades
0 upgraded, 23 newly installed, 0 to remove and 0 not upgraded.
Need to get 5255 kB of archives.
After this operation, 31.7 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 cron amd64 
3.0pl1-128ubuntu2 [68.4 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 
python3.5-minimal amd64 3.5.2-2ubuntu0~16.04.4 [1597 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-minimal amd64 
3.5.1-3 [23.3 kB]
Get:4 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3.5 
amd64 3.5.2-2ubuntu0~16.04.4 [165 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 libpython3-stdlib 
amd64 3.5.1-3 [6818 B]
Get:6 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 dh-python all 
2.20151103ubuntu1.1 [74.1 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3 amd64 3.5.1-3 
[8710 B]
Get:8 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 libapt-inst2.0 
amd64 1.2.27 [55.4 kB]
Get:9 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 apt-utils 
amd64 1.2.27 [196 kB]
Get:10 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 
distro-info-data all 0.28ubuntu0.8 [4502 B]
Get:11 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 lsb-release 
all 9.20160110ubuntu0.2 [11.8 kB]
Get:12 http://archive.ubuntu.com/ubuntu xenial/main amd64 libgirepository-1.0-1 
amd64 1.46.0-3ubuntu1 [88.3 kB]
Get:13 http://archive.ubuntu.com/ubuntu xenial/main amd64 gir1.2-glib-2.0 amd64 
1.46.0-3ubuntu1 [127 kB]
Get:14 http://archive.ubuntu.com/ubuntu xenial/main amd64 iso-codes all 3.65-1 
[2268 kB]
Get:15 http://archive.ubuntu.com/ubuntu xenial/main amd64 libdbus-glib-1-2 
amd64 0.106-1 [67.1 kB]
Get:16 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 
python-apt-common all 1.1.0~beta1ubuntu0.16.04.2 [16.0 kB]
Get:17 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python3-apt 
amd64 1.1.0~beta1ubuntu0.16.04.2 [137 kB]
Get:18 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-dbus amd64 
1.2.0-3 [83.1 kB]
Get:19 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-gi amd64 
3.20.0-0ubuntu1 [153 kB]
Get:20 http://archive.ubuntu.com/ubuntu xenial/main amd64 python3-pycurl amd64 
7.43.0-1ubuntu1 [42.3 kB]
Get:21 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 
python3-software-properties all 0.96.20.7 [20.3 kB]
Get:22 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 
software-properties-common all 0.96.20.7 [9452 B]
Get:23 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 
unattended-upgrades all 0.90ubuntu0.9 [32.3 kB]
debconf: delaying package configuration, since apt-utils is not installed
Fetched 5255 kB in 0s (5560 kB/s)
Selecting previously unselected package cron.
(Reading database ...
Reading database ... 5%
Reading database ... 10%
Reading database ... 15%
Reading database ... 20%
Reading database ... 25%
Reading database ... 30%
Reading database ... 35%
Reading database ... 40%
Reading database ... 45%
Reading database ... 50%
Reading database ... 55%
Reading database ... 60%
Reading database ... 65%
Reading database ... 70%
Reading database ... 75%
Reading database ... 80%
Reading database ... 85%
Reading database ... 90%
Reading database ... 95%
Reading database ... 100%
Reading database ... 30029 files and directories currently installed.)
Preparing to unpack .../cron_3.0pl1-128ubuntu2_amd64.deb ...
Unpacking cron (3.0pl1-128ubuntu2) ...
Selecting previously unselected package python3.5-minimal.
Preparing to unpack .../python3.5-minimal_3.5.2-2ubuntu0~16.04.4_amd64.deb ...
Unpacking python3.5-minimal (3.5.2-2ubuntu0~16.04.4) ...
Selecting previously unselected package python3-minimal.
Preparing to unpack .../python3-minimal_3.5.1-3_amd64.deb ...
Unpacking python3-minimal (3.5.1-3) ...
Selecting previously unselected package python3.5.
Preparing to unpack .../python3.5_3.5.2-2ubuntu0~16.04.4_amd64.deb ...
Unpacking python3.5 (3.5.2-2ubuntu0~16.04.4) ...
Selecting previously unselected package libpython3-stdlib:amd64.
Preparing to unpack .../libpython3-stdlib_3.5.1-3_amd64.deb ...
Unpacking libpython3-stdlib:amd64 (3.5.1-3) ...
Selecting previously unselected package dh-python.
Preparing to unpack .../dh-python_2.20151103ubuntu1.1_all.deb ...
Unpacking dh-python (2.20151103ubuntu1.1) ...
Processing triggers for systemd (229-4ubuntu21.4) ...
Processing triggers for mime-support (3.59ubuntu1) ...
Setting up python3.5-minimal (3.5.2-2ubuntu0~16.04.4) ...
Setting up python3-minimal (3.5.1-3) ...
Selecting previously unselected package python3.
(Reading database ...
Reading database ... 5%
Reading database ... 10%
Reading database ... 15%
Reading database ... 20%
Reading database ... 25%
Reading database ... 30%
Reading database ... 35%
Reading database ... 40%
Reading database ... 45%
Reading database ... 50%
Reading database ... 55%
Reading database ... 60%
Reading database ... 65%
Reading database ... 70%
Reading database ... 75%
Reading database ... 80%
Reading database ... 85%
Reading database ... 90%
Reading database ... 95%
Reading database ... 100%
Reading database ... 30170 files and directories currently installed.)
Preparing to unpack .../python3_3.5.1-3_amd64.deb ...
Unpacking python3 (3.5.1-3) ...
Selecting previously unselected package libapt-inst2.0:amd64.
Preparing to unpack .../libapt-inst2.0_1.2.27_amd64.deb ...
Unpacking libapt-inst2.0:amd64 (1.2.27) ...
Selecting previously unselected package apt-utils.
Preparing to unpack .../apt-utils_1.2.27_amd64.deb ...
Unpacking apt-utils (1.2.27) ...
Selecting previously unselected package distro-info-data.
Preparing to unpack .../distro-info-data_0.28ubuntu0.8_all.deb ...
Unpacking distro-info-data (0.28ubuntu0.8) ...
Selecting previously unselected package lsb-release.
Preparing to unpack .../lsb-release_9.20160110ubuntu0.2_all.deb ...
Unpacking lsb-release (9.20160110ubuntu0.2) ...
Selecting previously unselected package libgirepository-1.0-1:amd64.
Preparing to unpack .../libgirepository-1.0-1_1.46.0-3ubuntu1_amd64.deb ...
Unpacking libgirepository-1.0-1:amd64 (1.46.0-3ubuntu1) ...
Selecting previously unselected package gir1.2-glib-2.0:amd64.
Preparing to unpack .../gir1.2-glib-2.0_1.46.0-3ubuntu1_amd64.deb ...
Unpacking gir1.2-glib-2.0:amd64 (1.46.0-3ubuntu1) ...
Selecting previously unselected package iso-codes.
Preparing to unpack .../iso-codes_3.65-1_all.deb ...
Unpacking iso-codes (3.65-1) ...
Selecting previously unselected package libdbus-glib-1-2:amd64.
Preparing to unpack .../libdbus-glib-1-2_0.106-1_amd64.deb ...
Unpacking libdbus-glib-1-2:amd64 (0.106-1) ...
Selecting previously unselected package python-apt-common.
Preparing to unpack .../python-apt-common_1.1.0~beta1ubuntu0.16.04.2_all.deb ...
Unpacking python-apt-common (1.1.0~beta1ubuntu0.16.04.2) ...
Selecting previously unselected package python3-apt.
Preparing to unpack .../python3-apt_1.1.0~beta1ubuntu0.16.04.2_amd64.deb ...
Unpacking python3-apt (1.1.0~beta1ubuntu0.16.04.2) ...
Selecting previously unselected package python3-dbus.
Preparing to unpack .../python3-dbus_1.2.0-3_amd64.deb ...
Unpacking python3-dbus (1.2.0-3) ...
Selecting previously unselected package python3-gi.
Preparing to unpack .../python3-gi_3.20.0-0ubuntu1_amd64.deb ...
Unpacking python3-gi (3.20.0-0ubuntu1) ...
Selecting previously unselected package python3-pycurl.
Preparing to unpack .../python3-pycurl_7.43.0-1ubuntu1_amd64.deb ...
Unpacking python3-pycurl (7.43.0-1ubuntu1) ...
Selecting previously unselected package python3-software-properties.
Preparing to unpack .../python3-software-properties_0.96.20.7_all.deb ...
Unpacking python3-software-properties (0.96.20.7) ...
Selecting previously unselected package software-properties-common.
Preparing to unpack .../software-properties-common_0.96.20.7_all.deb ...
Unpacking software-properties-common (0.96.20.7) ...
Selecting previously unselected package unattended-upgrades.
Preparing to unpack .../unattended-upgrades_0.90ubuntu0.9_all.deb ...
Unpacking unattended-upgrades (0.90ubuntu0.9) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Processing triggers for dbus (1.10.6-1ubuntu3.3) ...
Processing triggers for systemd (229-4ubuntu21.4) ...
Setting up cron (3.0pl1-128ubuntu2) ...
Adding group `crontab' (GID 109) ...
Done.
update-rc.d: warning: start and stop actions are no longer supported; falling 
back to defaults
update-rc.d: warning: stop runlevel arguments (1) do not match cron 
Default-Stop values (none)
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up python3.5 (3.5.2-2ubuntu0~16.04.4) ...
Setting up libpython3-stdlib:amd64 (3.5.1-3) ...
Setting up libapt-inst2.0:amd64 (1.2.27) ...
Setting up apt-utils (1.2.27) ...
Setting up distro-info-data (0.28ubuntu0.8) ...
Setting up libgirepository-1.0-1:amd64 (1.46.0-3ubuntu1) ...
Setting up gir1.2-glib-2.0:amd64 (1.46.0-3ubuntu1) ...
Setting up iso-codes (3.65-1) ...
Setting up libdbus-glib-1-2:amd64 (0.106-1) ...
Setting up python-apt-common (1.1.0~beta1ubuntu0.16.04.2) ...
Setting up python3 (3.5.1-3) ...
running python rtupdate hooks for python3.5...
running python post-rtupdate hooks for python3.5...
Setting up lsb-release (9.20160110ubuntu0.2) ...
Setting up python3-apt (1.1.0~beta1ubuntu0.16.04.2) ...
Setting up python3-dbus (1.2.0-3) ...
Setting up python3-gi (3.20.0-0ubuntu1) ...
Setting up python3-pycurl (7.43.0-1ubuntu1) ...
Setting up python3-software-properties (0.96.20.7) ...
Setting up software-properties-common (0.96.20.7) ...
Setting up unattended-upgrades (0.90ubuntu0.9) ...
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
Creating config file /etc/apt/apt.conf.d/20auto-upgrades with new version
Creating config file /etc/apt/apt.conf.d/50unattended-upgrades with new version
invoke-rc.d: could not determine current runlevel
invoke-rc.d: policy-rc.d denied execution of start.
Setting up dh-python (2.20151103ubuntu1.1) ...
Processing triggers for systemd (229-4ubuntu21.4) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Processing triggers for dbus (1.10.6-1ubuntu3.3) ...
gpg: keyring `/tmp/tmp6gk161w4/secring.gpg' created
gpg: keyring `/tmp/tmp6gk161w4/pubring.gpg' created
gpg: requesting key 7BB9C367 from hkp server keyserver.ubuntu.com
gpg: /tmp/tmp6gk161w4/trustdb.gpg: trustdb created
gpg: key 7BB9C367: public key "Launchpad PPA for Ansible, Inc." imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
OK
Reading package lists...
Building dependency tree...
Reading state information...
The following additional packages will be installed:
  ieee-data libyaml-0-2 python-crypto python-ecdsa python-httplib2
  python-jinja2 python-markupsafe python-netaddr python-paramiko
  python-selinux python-six python-yaml
Suggested packages:
  sshpass python-crypto-dbg python-crypto-doc python-jinja2-doc ipython
  python-netaddr-docs
The following NEW packages will be installed:
  ansible ieee-data libyaml-0-2 python-crypto python-ecdsa python-httplib2
  python-jinja2 python-markupsafe python-netaddr python-paramiko
  python-selinux python-six python-yaml
0 upgraded, 13 newly installed, 0 to remove and 0 not upgraded.
Need to get 2906 kB of archives.
After this operation, 17.6 MB of additional disk space will be used.
Get:1 http://archive.ubuntu.com/ubuntu xenial/main amd64 libyaml-0-2 amd64 
0.1.6-3 [47.6 kB]
Get:2 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 python-crypto 
amd64 2.6.1-6ubuntu0.16.04.3 [246 kB]
Get:3 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-markupsafe 
amd64 0.23-2build2 [15.5 kB]
Get:4 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-jinja2 all 
2.8-1 [109 kB]
Get:5 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-six all 
1.10.0-3 [10.9 kB]
Get:6 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-ecdsa all 
0.13-2 [34.0 kB]
Get:7 http://archive.ubuntu.com/ubuntu xenial-updates/main amd64 
python-paramiko all 1.16.0-1ubuntu0.1 [109 kB]
Get:8 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-yaml amd64 
3.11-3build1 [105 kB]
Get:9 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-httplib2 all 
0.9.1+dfsg-1 [34.2 kB]
Get:10 http://archive.ubuntu.com/ubuntu xenial/main amd64 ieee-data all 
20150531.1 [830 kB]
Get:11 http://archive.ubuntu.com/ubuntu xenial/main amd64 python-netaddr all 
0.7.18-1 [174 kB]
Get:12 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 ansible 
all 2.0.0.2-2ubuntu1.1 [1018 kB]
Get:13 http://archive.ubuntu.com/ubuntu xenial/universe amd64 python-selinux 
amd64 2.4-3build2 [173 kB]
debconf: unable to initialize frontend: Dialog
debconf: (TERM is not set, so the dialog frontend is not usable.)
debconf: falling back to frontend: Readline
debconf: unable to initialize frontend: Readline
debconf: (This frontend requires a controlling tty.)
debconf: falling back to frontend: Teletype
dpkg-preconfigure: unable to re-open stdin:
Fetched 2906 kB in 0s (4354 kB/s)
Selecting previously unselected package libyaml-0-2:amd64.
(Reading database ...
Reading database ... 5%
Reading database ... 10%
Reading database ... 15%
Reading database ... 20%
Reading database ... 25%
Reading database ... 30%
Reading database ... 35%
Reading database ... 40%
Reading database ... 45%
Reading database ... 50%
Reading database ... 55%
Reading database ... 60%
Reading database ... 65%
Reading database ... 70%
Reading database ... 75%
Reading database ... 80%
Reading database ... 85%
Reading database ... 90%
Reading database ... 95%
Reading database ... 100%
Reading database ... 30953 files and directories currently installed.)
Preparing to unpack .../libyaml-0-2_0.1.6-3_amd64.deb ...
Unpacking libyaml-0-2:amd64 (0.1.6-3) ...
Selecting previously unselected package python-crypto.
Preparing to unpack .../python-crypto_2.6.1-6ubuntu0.16.04.3_amd64.deb ...
Unpacking python-crypto (2.6.1-6ubuntu0.16.04.3) ...
Selecting previously unselected package python-markupsafe.
Preparing to unpack .../python-markupsafe_0.23-2build2_amd64.deb ...
Unpacking python-markupsafe (0.23-2build2) ...
Selecting previously unselected package python-jinja2.
Preparing to unpack .../python-jinja2_2.8-1_all.deb ...
Unpacking python-jinja2 (2.8-1) ...
Selecting previously unselected package python-six.
Preparing to unpack .../python-six_1.10.0-3_all.deb ...
Unpacking python-six (1.10.0-3) ...
Selecting previously unselected package python-ecdsa.
Preparing to unpack .../python-ecdsa_0.13-2_all.deb ...
Unpacking python-ecdsa (0.13-2) ...
Selecting previously unselected package python-paramiko.
Preparing to unpack .../python-paramiko_1.16.0-1ubuntu0.1_all.deb ...
Unpacking python-paramiko (1.16.0-1ubuntu0.1) ...
Selecting previously unselected package python-yaml.
Preparing to unpack .../python-yaml_3.11-3build1_amd64.deb ...
Unpacking python-yaml (3.11-3build1) ...
Selecting previously unselected package python-httplib2.
Preparing to unpack .../python-httplib2_0.9.1+dfsg-1_all.deb ...
Unpacking python-httplib2 (0.9.1+dfsg-1) ...
Selecting previously unselected package ieee-data.
Preparing to unpack .../ieee-data_20150531.1_all.deb ...
Unpacking ieee-data (20150531.1) ...
Selecting previously unselected package python-netaddr.
Preparing to unpack .../python-netaddr_0.7.18-1_all.deb ...
Unpacking python-netaddr (0.7.18-1) ...
Selecting previously unselected package ansible.
Preparing to unpack .../ansible_2.0.0.2-2ubuntu1.1_all.deb ...
Unpacking ansible (2.0.0.2-2ubuntu1.1) ...
Selecting previously unselected package python-selinux.
Preparing to unpack .../python-selinux_2.4-3build2_amd64.deb ...
Unpacking python-selinux (2.4-3build2) ...
Setting up libyaml-0-2:amd64 (0.1.6-3) ...
Setting up python-crypto (2.6.1-6ubuntu0.16.04.3) ...
Setting up python-markupsafe (0.23-2build2) ...
Setting up python-jinja2 (2.8-1) ...
Setting up python-six (1.10.0-3) ...
Setting up python-ecdsa (0.13-2) ...
Setting up python-paramiko (1.16.0-1ubuntu0.1) ...
Setting up python-yaml (3.11-3build1) ...
Setting up python-httplib2 (0.9.1+dfsg-1) ...
Setting up ieee-data (20150531.1) ...
Setting up python-netaddr (0.7.18-1) ...
Setting up ansible (2.0.0.2-2ubuntu1.1) ...
Setting up python-selinux (2.4-3build2) ...
Processing triggers for libc-bin (2.23-0ubuntu10) ...
Traceback (most recent call last):
  File "RestServer.py", line 32, in <module>
    import requests
ImportError: No module named requests

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12685): https://lists.onap.org/g/onap-discuss/message/12685
Mute This Topic: https://lists.onap.org/mt/25510544/21656
Group Owner: onap-discuss+ow...@lists.onap.org
Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub  
[arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to