<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hello Mr. Ghanshyam, <br>
    </p>
    <p>Appreciate your quickly replay. Regarding your comments: <b>"p</b><b>ython-blazarclient 
        (even all OpenStack services and lib except swift and Storlets) 
        are now
      </b><b>python3-only means their latest version <u>will not be
          installed on <py3.6 env</u>.</b>" it means that I should
      use python 3.0 and not 3.6?</p>
    <p>I prefer to use python 3. Following the instruction on manual
      (updated ubuntu server and start the installation) automatically
      selected python 2.7 which was default on ubuntu. I think I will
      remove version 2.7 and install 3.0, then start a new installation.
      <br>
    </p>
    <p>thank you very much for your support!!!<br>
    </p>
    <p>BR<br>
    </p>
    <p><br>
    </p>
    <p>On 4/23/2020 2:54 AM, Ghanshyam Mann wrote:<br>
    </p>
    <blockquote type="cite"
cite="mid:171a33db817.e388d94a177698.4139715183712562963@ghanshyammann.com">
      <pre class="moz-quote-pre" wrap=""> ---- On Wed, 22 Apr 2020 06:59:36 -0500 Ivandro <a class="moz-txt-link-rfc2396E" href="mailto:i201822117@hust.edu.cn"><i201822117@hust.edu.cn></a> wrote ----
 > Hello Mr. Yasufumi,
 > 
 > Sorry for later replay. I will be replaying to your feedback timely.
 > 
 > hope to have your support and if possible, guide on how to troubleshooting.
 > 
 > here are my scenario:
 > 
 > I want to install tacker project using the following guide: 
 > <a class="moz-txt-link-freetext" href="https://docs.openstack.org/tacker/train/install/devstack.html">https://docs.openstack.org/tacker/train/install/devstack.html</a>
 > 
 > My environment info: 2 ubuntu server 18.04.4 LTS, VMWare workstation, 6G 
 > RAM, 100G  SSD HD, 2vCPU.
 > 
 > Am trying to install both master branch and stable/train, on each 
 > server. Please find in attachment the local.conf file used for each 
 > installation..
 > 
 > MASTER BRANCH REPORT:
 > 
 > Commands used:
 > 
 > ##User add
 > sudo useradd -s /bin/bash -d /opt/stack -m stack
 > echo "stack ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/stack
 > sudo su - stack
 > 
 > ##Download openstack Train branch
 > git clone <a class="moz-txt-link-freetext" href="https://opendev.org/openstack-dev/devstack">https://opendev.org/openstack-dev/devstack</a> -b stable/train
 > cd devstack
 > vi  local.conf  #Use the all in one config from manual page
 > ## RECLONE=yes
 > 
 > ##Start installation
 > ./stack.sh
 > 
 > ERROR INFO:
 > 
 > ++/opt/stack/kuryr-kubernetes/devstack/plugin.sh:wait_for:552 die 'Timed 
 > out waiting for Kubernetes API Server'
 > ++functions-common:die:193                  local exitcode=1
 > [Call Trace]
 > ./stack.sh:1400:run_phase
 > /opt/stack/devstack/functions-common:1785:run_plugins
 > /opt/stack/devstack/functions-common:1752:source
 > /opt/stack/kuryr-kubernetes/devstack/plugin.sh:1068:run_k8s_controller_manager
 > /opt/stack/kuryr-kubernetes/devstack/plugin.sh:643:wait_for
 > /opt/stack/kuryr-kubernetes/devstack/plugin.sh:552:die
 > [ERROR] /opt/stack/kuryr-kubernetes/devstack/plugin.sh:Timed out
 > Error on exit
 > nova-compute: no process found
 > neutron-dhcp-agent: no process found
 > neutron-l3-agent: no process found
 > neutron-metadata-agent: no process found
 > neutron-openvswitch-agent: no process found
 >   full logs in attachment file master.rar
 > 
 > 
 > 
 > 
 > TRAIN BRANCH INSTALLATION:
 > 
 > Commands used:
 > 
 > ##User add
 > sudo useradd -s /bin/bash -d /opt/stack -m stack
 > echo "stack ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/stack
 > sudo su - stack
 > 
 > ##Download openstack Train branch
 > git clone <a class="moz-txt-link-freetext" href="https://opendev.org/openstack-dev/devstack">https://opendev.org/openstack-dev/devstack</a> -b stable/train
 > cd devstack
 > vi  local.conf  #Use the all in one config from manual page
 > ## RECLONE=yes
 > 
 > ##Start installation
 > ./stack.sh
 > 
 > then it return the following error:
 > 
 > Obtaining <a class="moz-txt-link-freetext" href="file:///opt/stack/python-blazarclient">file:///opt/stack/python-blazarclient</a>
 > python-blazarclient requires Python '>=3.6' but the running Python is 2.7.17
 > You are using pip version 9.0.3, however version 20.0.2 is available.
 > You should consider upgrading via the 'pip install --upgrade pip' command.
 > Error on exit
 >   please find in attachment the full logs for this error in file named 
 > train.rar

python-blazarclient  (even all OpenStack services and lib except swift and Storlets)  are now
python3-only means their latest version will not be installed on <py3.6 env.

You need to use python-blazarclient==2.2.1 for the node running with py2.7.

Here are the release notes for python-blazarclient declare the py3 required for 3.0.0 onwards.
- <a class="moz-txt-link-freetext" href="https://docs.openstack.org/releasenotes/python-blazarclient/unreleased.html#relnotes-3-0-0">https://docs.openstack.org/releasenotes/python-blazarclient/unreleased.html#relnotes-3-0-0</a>

-gmann


 > 
 > 
 > Please let me know if you need additional information.
 > 
 > 
 > BR
 > 
 > 
 > 
 > 
 > On 4/19/2020 4:38 AM, Yasufumi Ogawa wrote:
 > > Hi,
 > >
 > > Could you make a bug report for sharing your problem exactly if possible?
 > >
 > > On 2020/04/18 12:51, Ivandro wrote:
 > >> Hello,
 > >>
 > >> I have been trying to install the tacker project in a VM, following 
 > >> the instruction from this url: 
 > >> <a class="moz-txt-link-freetext" href="https://docs.openstack.org/tacker/train/install/devstack.html">https://docs.openstack.org/tacker/train/install/devstack.html</a> based 
 > >> on devstack but unsuccessful. Is there a link to download an already 
 > >> installed VM with tacker?
 > > I'd like to confirm that we have already have such a VM, or can provide.
 > >
 > > Regards,
 > > Yasufumi
 > >
 > >>
 > >>
 > >> BR
 > 
</pre>
    </blockquote>
  </body>
</html>