Giter VIP home page Giter VIP logo

Comments (25)

babatundebusari avatar babatundebusari commented on May 27, 2024

After another try and this time putting http:// before ip of MAAS server(previous error i only put ip address in the MAAS server)

ubuntu@ubuntu102:~$ conjure-up openstack
Exception in ev.run():
Traceback (most recent call last):
  File "/usr/share/conjure-up/ubuntui/ev.py", line 83, in run
    cls.loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 278, in run
    self._run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 376, in _run
    self.event_loop.run()
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 1326, in run
    self._loop.run_forever()
  File "/usr/lib/python3.5/asyncio/base_events.py", line 331, in run_forever
    self._run_once()
  File "/usr/lib/python3.5/asyncio/base_events.py", line 1298, in _run_once
    handle._run()
  File "/usr/lib/python3.5/asyncio/events.py", line 125, in _run
    self._callback(*self._args)
  File "/usr/lib/python3/dist-packages/urwid/raw_display.py", line 393, in <lambda>
    event_loop, callback, self.get_available_raw_input())
  File "/usr/lib/python3/dist-packages/urwid/raw_display.py", line 493, in parse_input
    callback(processed, processed_codes)
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 403, in _update
    self.process_input(keys)
  File "/usr/lib/python3/dist-packages/urwid/main_loop.py", line 503, in process_input
    k = self._topmost_widget.keypress(self.screen_size, k)
  File "/usr/lib/python3/dist-packages/urwid/wimp.py", line 643, in keypress
    return self._current_widget.keypress(size, key)
  File "/usr/lib/python3/dist-packages/urwid/container.py", line 1128, in keypress
    return self.body.keypress( (maxcol, remaining), key )
  File "/usr/lib/python3/dist-packages/urwid/decoration.py", line 836, in keypress
    return self._original_widget.keypress((maxcol,), key)
  File "/usr/lib/python3/dist-packages/urwid/container.py", line 1587, in keypress
    key = self.focus.keypress(tsize, key)
  File "/usr/lib/python3/dist-packages/urwid/decoration.py", line 621, in keypress
    return self._original_widget.keypress(maxvals, key)
  File "/usr/lib/python3/dist-packages/urwid/container.py", line 1587, in keypress
    key = self.focus.keypress(tsize, key)
  File "/usr/lib/python3/dist-packages/urwid/wimp.py", line 535, in keypress
    self._emit('click')
  File "/usr/lib/python3/dist-packages/urwid/widget.py", line 463, in _emit
    signals.emit_signal(self, name, self, *args)
  File "/usr/lib/python3/dist-packages/urwid/signals.py", line 264, in emit
    result |= self._call_callback(callback, user_arg, user_args, args)
  File "/usr/lib/python3/dist-packages/urwid/signals.py", line 294, in _call_callback
    return bool(callback(*args_to_pass))
  File "/usr/share/conjure-up/ubuntui/views/error.py", line 41, in cancel
    raise SystemExit("Install exited because of error.")
SystemExit: Install exited because of error.
Install exited because of error.

screen shot 2016-04-26 at 1 17 12 pm

from conjure-up.

babatundebusari avatar babatundebusari commented on May 27, 2024

Okay i thought it was because of the private IP i was using, and now i used public IP and still not working

less /var/log/openstack.log
Apr 25 23:56:54 ubuntu102 openstack: [WARNING] pollinate binary not found
Apr 25 23:57:31 ubuntu102 openstack: message repeated 3 times: [ [WARNING] pollinate binary not found]
Apr 25 23:57:31 ubuntu102 openstack: [ERROR] ['ERROR Requested map, got <nil>.']
Apr 25 23:57:31 ubuntu102 openstack: [WARNING] pollinate binary not found
Apr 26 13:09:34 ubuntu102 openstack: [WARNING] pollinate binary not found
Apr 26 13:14:05 ubuntu102 openstack: message repeated 3 times: [ [WARNING] pollinate binary not found]
Apr 26 13:16:12 ubuntu102 openstack: [ERROR] ['ERROR Get http://http:/10.247.0.101/MAAS/api/1.0/version/: dial tcp 209.17.116.2:0: getsockopt: connection timed out']
Apr 26 13:16:12 ubuntu102 openstack: [WARNING] pollinate binary not found
Apr 26 13:22:57 ubuntu102 openstack: [WARNING] pollinate binary not found
Apr 26 13:23:42 ubuntu102 openstack: message repeated 3 times: [ [WARNING] pollinate binary not found]
Apr 26 13:25:49 ubuntu102 openstack: [ERROR] ['ERROR Get http://http:/10.247.0.101/MAAS/MAAS/api/1.0/version/: dial tcp 209.17.116.2:0: getsockopt: connection timed out']
Apr 26 13:25:49 ubuntu102 openstack: [WARNING] pollinate binary not found
Apr 26 13:57:30 ubuntu102 openstack: [WARNING] pollinate binary not found
Apr 26 13:58:01 ubuntu102 openstack: message repeated 3 times: [ [WARNING] pollinate binary not found]
Apr 26 14:00:09 ubuntu102 openstack: [ERROR] ['ERROR Get http://http:/176.234.171.54/MAAS/MAAS/api/1.0/version/: dial tcp 209.17.116.2:0: getsockopt: connection timed out']
Apr 26 14:00:09 ubuntu102 openstack: [WARNING] pollinate binary not found
Apr 26 14:06:33 ubuntu102 openstack: message repeated 4 times: [ [WARNING] pollinate binary not found]
Apr 26 14:08:40 ubuntu102 openstack: [ERROR] ['ERROR Get http://http:/176.234.171.54/MAAS/MAAS/api/1.0/version/: dial tcp 209.17.116.2:0: getsockopt: connection timed out']
Apr 26 14:08:40 ubuntu102 openstack: [WARNING] pollinate binary not found

from conjure-up.

adam-stokes avatar adam-stokes commented on May 27, 2024

You only place the IP of the maas server and nothing else, maybe take screenshots of each view after you've entered your information so we can see what's going on

from conjure-up.

babatundebusari avatar babatundebusari commented on May 27, 2024

By the way that is choosing openstack autopilot

openstack3
openstack4
openstack2

from conjure-up.

adam-stokes avatar adam-stokes commented on May 27, 2024

Are you entering empty strings for maas-server and maas-oauth?

from conjure-up.

babatundebusari avatar babatundebusari commented on May 27, 2024

@battlemidget
No i entered the both fields
Did you see all the other logs i entered. Does the logs help at all?

Also i am adding more screenshots from my MAAS server

screen shot 2016-04-27 at 10 21 30 am

screen shot 2016-04-27 at 10 21 16 am

screen shot 2016-04-27 at 10 20 57 am

P.S. I have been battling with installing Openstack Autopilot for over 2 months and no success, can i get some real help to get this done?
I am open to some remote session or can even give total access privately to see. I mean this thing is not working. I have tried different combinations and have reinstalled OS several times now. I am getting close to giving up

from conjure-up.

adam-stokes avatar adam-stokes commented on May 27, 2024

I can't promise I'll get to it this week as I've got several TODO's to get done. But if you email me a way to login via ssh I'll take a look. ([email protected])

from conjure-up.

babatundebusari avatar babatundebusari commented on May 27, 2024

@battlemidget
Ok sent
Thanks a lot

from conjure-up.

pwestonods avatar pwestonods commented on May 27, 2024

I am now experiencing this issue as well. Is there a way to specify the usage of the 2.0 api?

from conjure-up.

adam-stokes avatar adam-stokes commented on May 27, 2024

I am now experiencing this issue as well. Is there a way to specify the usage of the 2.0 api?

If you are talking about Juju 2.0 api then it already uses that. I'll dig into this more and see what may be happening

from conjure-up.

pwestonods avatar pwestonods commented on May 27, 2024

screen shot 2016-04-28 at 12 56 37 pm

from conjure-up.

mikemccracken avatar mikemccracken commented on May 27, 2024

Hi, conjure-up uses Juju 2.0, and the support for MAAS 2.0 in Juju 2.0 is not fully finished yet.

If you are in a position to easily re-create your MAAS using 1.9, that's the best option to get things working immediately.

Otherwise, you can track the progress of MAAS 2.0 support with this bug:
https://bugs.launchpad.net/juju-core/+bug/1564577

from conjure-up.

babatundebusari avatar babatundebusari commented on May 27, 2024

@battlemidget
Any help yet?

from conjure-up.

babatundebusari avatar babatundebusari commented on May 27, 2024

@battlemidget
Do you really want to help?
Been 8 days since i sent you login info to the servers

I mean its not like you setting things up for me, just to look at what the issue is
may take nothing more than 10 minutes to see what is wrong

If you are too busy i understand i can move on
openstack autopilot supposedly should make things easy and i have tried 2 different solutions you have for 2 different OS versions and nothing still

from conjure-up.

adam-stokes avatar adam-stokes commented on May 27, 2024

I do have other commitments prior but I will take a look right now

from conjure-up.

adam-stokes avatar adam-stokes commented on May 27, 2024

You're using MAAS 2.0 which is not yet supported by Juju 2.0. Use MAAS 1.9 instead and redeploy

from conjure-up.

babatundebusari avatar babatundebusari commented on May 27, 2024

How do i install MAAS 1.9? Any step by step doc for MAAS 1.9?
How can one install MAAS 1.9 with Ubuntu 16.04 LTS?

from conjure-up.

babatundebusari avatar babatundebusari commented on May 27, 2024

HOW CAN I REFRESH/RELOAD CONJURE-UP SO THAT IT KNOWS I HAVE A NEW MAAS SERVER AND AM TRYING INSTALL FROM SCRATCH?

ITS LIKE ITS CACHING MY PREVIOUS RESPONSE
I AM ENTERING BOTH FIELDS AND IT KEEPS TELLING ME AM ENTERING ONLY ONE

I NEED A WAY TO RELOAD CONJURE-UP

I have restarted sevrer and removed previous conjure-up and installed from scratch and yet still get the response in screenshot below

screen shot 2016-05-05 at 2 02 07 pm

from conjure-up.

adam-stokes avatar adam-stokes commented on May 27, 2024

You want to make sure you've cleared your Juju controllers as conjure-up won't do that as of now:

juju list-controllers
juju kill-controller local.NAME

from conjure-up.

babatundebusari avatar babatundebusari commented on May 27, 2024

ubuntu@ubuntu102:~$ juju list-controllers
CONTROLLER MODEL USER SERVER

ubuntu@ubuntu102:~$ juju kill-controller local.NAME
error: controller local.NAME not found

On Thu, May 5, 2016 at 3:46 PM, Adam Stokes [email protected]
wrote:

You want to make sure you've cleared your Juju controllers as conjure-up
won't do that as of now:

juju list-controllers
juju kill-controller local.NAME


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#9 (comment)

from conjure-up.

adam-stokes avatar adam-stokes commented on May 27, 2024

No local.NAME where NAME being the actual name of your controller, which in this case you dont have any listed.

from conjure-up.

babatundebusari avatar babatundebusari commented on May 27, 2024

If you can show me from documentation where i need to name the controller,
i can give you some money

I am following documentation, so whatever there is that is not in
documentation i have no idea what magic i will use to know

name of maas server is MAAS

also there is IP address of MAAS server and MAAS oauth key

What else do i need to do?

P.S. I installed MAAS using this documentation http://www.ubuntu.com/download/cloud/install-openstack-with-autopilot

On Thu, May 5, 2016 at 4:59 PM, Adam Stokes [email protected]
wrote:

No local.NAME where NAME being the actual name of your controller, which
in this case you dont have any listed.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub
#9 (comment)

from conjure-up.

babatundebusari avatar babatundebusari commented on May 27, 2024

screen shot 2016-05-05 at 5 05 30 pm

from conjure-up.

babatundebusari avatar babatundebusari commented on May 27, 2024

if by tomorrow i do not get any help on this i will move on and just accept failure in installing this openstack powered by ubuntu

I think i have given all i can

for over 2 months, nearly 3 months i have tried all i can

just saw that one issue i opened is deleted

i had so much hope for ubuntu openstack but not anymore

for anyone looking or reading this, it is another sad loss for openstack as a project

no one has gotten this crappy thing of a project done
maybe not crappy, but of what use when someone like me puts in months to use a supposedly easy way to install and yet no success

from conjure-up.

adam-stokes avatar adam-stokes commented on May 27, 2024

This avenue is for filing bugs with the software. Any support you require is done on a volunteer basis unless you have a support contract with Canonical. I apologize I've been very busy these past couple of weeks to dedicate time to your issue. As I've told you before if you wish to reach a wider audience for additional support you will want to post on http://askubuntu.com, or join #ubuntu-server on irc.freenode.net, or you always have the option to speak to Canonical in to find out more about obtaining paid support.

I've told you what is wrong with your install as you are running MAAS 2.0 which is not supported with Juju 2.0 (not yet anyway). You need to either run Trusty and install MAAS 1.9 or use the LXD provider to deploy OpenStack. Autopilot only support MAAS 1.9 and Juju 1.25 on Trusty.

from conjure-up.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.