[TripleO][Rdo][Train] Deploy OpenStack using only provisioning network

Ruslanas Gžibovskis ruslanas at lpic.lt
Wed May 13 08:05:23 UTC 2020


I see interesting errors in merging layers:

        "Trying to pull
10.120.129.222:8787/tripleotrain/centos-binary-swift-object:current-tripleo...",

        "Copying blob
sha256:ac006fc45022b6ea54439313e919f34caa69b5ddc8477bf8df95d3ecc153c7a7",
        "Copying blob
sha256:e7bd43c6fde6f22a702045f429e3c09be300bb787f884d81808ff681f9ef95c5",
        "Copying config
sha256:699c142370d645ccbf9d41dfb0f2f841a8d3db4f175fee8999dafb07b10f174a",
        "net_mlx5: cannot load glue library: libibverbs.so.1: cannot open
shared object file: No such file or directory",
        "net_mlx5: cannot initialize PMD due to missing run-time dependency
on rdma-core libraries (libibverbs, libmlx5)",
        "PMD: net_mlx4: cannot load glue library: libibverbs.so.1: cannot
open shared object file: No such file or directory",
        "PMD: net_mlx4: cannot initialize PMD due to missing run-time
dependency on rdma-core libraries (libibverbs, libmlx4)",
        "ovsdb-tool: failed to read schema:
\"/usr/share/openvswitch/ovn-sb.ovsschema\" could not be read as JSON
(error opening \"/usr/share/openvswitch/ovn-sb.ovsschema\": No such file or
directory)",
        "Deprecated: Option \"logdir\" from group \"DEFAULT\" is
deprecated. Use option \"log-dir\" from group \"DEFAULT\".",
        "+ sudo -E kolla_set_configs",
        "INFO:__main__:Loading config file at
/var/lib/kolla/config_files/config.json",

I am not even a novice user of containers, I do not know if it is something
"ok" or something which I should care about?

my main issues with this:
1) when deploying overcloud, it do not add ssh key to authorized host, and
gets timeout, but I can work with that.
1.solution) while running installation I ssh into it, before ansible
tries... shitty workaround, but should be ok for POC, need to fix it also.
*2) As you see from config files, I use local undercloud as repo for
container images, but it is not able to fetch data from there, as it is
marked as secure, but undercloud configures it as unsecure. Can I somehow
specify to installed, so it would modify
/etc/container(s)/repositories.conf to add undercloud IP and url to
insecure repo list. cause it helps tp fix my issues. but then cannot
proceed as it has part of things up, so I need to do fresh setup, which is
without insecure repos.*
*2.solution) no ideas.*
3) Problem: when setting up undercloud with proxy variables exported, it
adds them into containers, but even I have no_prpoxy which has idrac IP
specified, or range, ironic-conductor sends request to redfish using
proxy...
3.solution) I think solution would be to use undercloud repo
(predownload images) and make undercloud install from it, but when I even
add 'insecure' repos value to $local_ip it drops error [1] trying to
connect to repo....docker.io

Any thoughts?


[1]
Retrying (Retry(total=7, connect=None, read=None, redirect=None,
status=None)) after connection broken by
'NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at
0x7fed502f9e10>: Failed to establish a new connection: [Errno 111]
Connection refused',)': /v2
...
   raise ConnectionError(e, request=request)
ConnectionError: HTTPSConnectionPool(host='registries-1.docker.io',
port=443): Max retries exceeded with url: /v2/ (Caused by
NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at
0x7fed50253bd0>: Failed to establish a new connection: [Errno 111]
Connection refused',))

Or should I start several "threads"? to keep each in separate track?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-discuss/attachments/20200513/81151c1d/attachment-0001.html>


More information about the openstack-discuss mailing list