[Airship-discuss] Airship-in-bottle

MCEUEN, MATT MM9745 at att.com
Thu Feb 21 21:31:07 UTC 2019


Strange, we definitely expect that to work.  As a sanity check, could you please give it one more try with the latest code from github, in case there was some issue that has been resolved?

If you still see the error - any chance you can hop on our IRC channel so we can look at some of your logs, and try some things out -- #airshipit on Freenode IRC?

We'll get you up and running! :)
Thanks,
Matt

From: Rashed Ali Humaid Bindewill Aldarmaki <raaldarm at syr.edu>
Sent: Thursday, February 21, 2019 3:01 PM
To: Drew Walters <drewwalters96 at gmail.com>
Cc: airship-discuss at lists.airshipit.org
Subject: Re: [Airship-discuss] Airship-in-bottle

Hi Drew,
Thank you for replying to the discussion. Just for clarification, I am the student working on this Capstone project. Sorry for replying late to your email as I had to clarify few things with the professor.
To answer some of your questions:

  1.

     *   Are your students are using the dev_single_node environment? The dev_single_node environment is the same one found in the Airship-in-a-Bottle README.
Yes I am using dev_single_node environment.


  1.  Are your students running the script in a disposable environment as the root user? The wait_for_kubernetes api executes a simple kubectl command to retrieve the node list (which is likely where the 509 originates). You can safely ignore the EOF warning
         Yes the script is run in disposable environment as root user.

Appreciate your help. looking forward to discuss it further.

Best,
Rashed
________________________________
From: Drew Walters <drewwalters96 at gmail.com<mailto:drewwalters96 at gmail.com>>
Sent: Friday, February 15, 2019 5:46 PM
To: Rashed Ali Humaid Bindewill Aldarmaki
Cc: Airship-discuss at lists.airshipit.org<mailto:Airship-discuss at lists.airshipit.org>
Subject: Re: [Airship-discuss] Airship-in-bottle

Faculty and students at Syracuse University are interested in the project. And a group of student are planning to deploy airship-in-bottle ( single device ) in the university's lab as there capston project, there aim is to provide the students with technology for discovery in order to provide the community with solid feedback about the fantasist project. However, every time the group tries to deploy using the script available in gitHub it failes, when the script restart ( Kublet) and waiting for Kubernetes API availability it fail. The error said ( unable to connect to EOF and some time it say bad x509 unathurized user)

Any recommendations will be highly appreciated

Hello Rashed!

We are excited that a group of your students have selected Airship-in-a-Bottle for their capstone project. In order to better assist, can you answer the following:

  1.  Are your students are using the dev_single_node environment? The dev_single_node environment is the same one found in the Airship-in-a-Bottle README.
  2.  Are your students running the script in a disposable environment as the root user? The wait_for_kubernetes api executes a simple kubectl command to retrieve the node list (which is likely where the 509 originates). You can safely ignore the EOF warnings.
We also have some additional resources that ease the transition into working with Airship, if you are not yet familiar:

Airshipit.org - the front page for all things Airship
https://www.airshipit.org/<https://urldefense.proofpoint.com/v2/url?u=https-3A__www.airshipit.org_&d=DwMF-g&c=LFYZ-o9_HUMeMTSQicvjIg&r=_C5hC_103uW491yNPPpNmA&m=HL1AatbQGUNYn43UgDrL6IsQDwWkHpBRkyCN3BDEENI&s=TWdRf3KSGvn7eQ-FTYomXsoF_mEcVlmByGdT6ojE4Lk&e=>

Airship Wiki - links to stable releases, the Mailing List, weekly design call, weekly IRC meeting, etc
https://wiki.openstack.org/wiki/Airship<https://urldefense.proofpoint.com/v2/url?u=https-3A__wiki.openstack.org_wiki_Airship&d=DwMF-g&c=LFYZ-o9_HUMeMTSQicvjIg&r=_C5hC_103uW491yNPPpNmA&m=HL1AatbQGUNYn43UgDrL6IsQDwWkHpBRkyCN3BDEENI&s=LHDsryX8sSDL4IJjeqE_kymJGweM_ADqE6NCtTQlbM0&e=>

Airship Treasuremap overview of the stack, with links to individual projects
https://airship-treasuremap.readthedocs.io/en/latest/<https://urldefense.proofpoint.com/v2/url?u=https-3A__airship-2Dtreasuremap.readthedocs.io_en_latest_&d=DwMF-g&c=LFYZ-o9_HUMeMTSQicvjIg&r=_C5hC_103uW491yNPPpNmA&m=HL1AatbQGUNYn43UgDrL6IsQDwWkHpBRkyCN3BDEENI&s=UKCiGJrXiyGo20dqvfqWukmTjgC9hfSbCY_6408u7eU&e=>

The developer Getting Started guide
https://airshipit.readthedocs.io/en/latest/dev-getting-started.html<https://urldefense.proofpoint.com/v2/url?u=https-3A__airshipit.readthedocs.io_en_latest_dev-2Dgetting-2Dstarted.html&d=DwMF-g&c=LFYZ-o9_HUMeMTSQicvjIg&r=_C5hC_103uW491yNPPpNmA&m=HL1AatbQGUNYn43UgDrL6IsQDwWkHpBRkyCN3BDEENI&s=zV3cWi_p6rRvA7j1Y1Bhw62YChxPR8VJJCHn1D3IIqU&e=>

Airskiff development environment for Airship (doesn't include bare metal provisioning or kubernetes)
https://airship-treasuremap.readthedocs.io/en/latest/airskiff.html<https://urldefense.proofpoint.com/v2/url?u=https-3A__airship-2Dtreasuremap.readthedocs.io_en_latest_airskiff.html&d=DwMF-g&c=LFYZ-o9_HUMeMTSQicvjIg&r=_C5hC_103uW491yNPPpNmA&m=HL1AatbQGUNYn43UgDrL6IsQDwWkHpBRkyCN3BDEENI&s=F_8lWjGC1PEDdLUxqUKqpJv4wRuOBfzFdHKV1afFXEY&e=>

Airship-in-a-Bottle multinode gate script (virsh-based)
https://github.com/openstack/airship-in-a-bottle/tree/master/tools/multi_nodes_gate<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_openstack_airship-2Din-2Da-2Dbottle_tree_master_tools_multi-5Fnodes-5Fgate&d=DwMF-g&c=LFYZ-o9_HUMeMTSQicvjIg&r=_C5hC_103uW491yNPPpNmA&m=HL1AatbQGUNYn43UgDrL6IsQDwWkHpBRkyCN3BDEENI&s=6aB6Wid8eccgTlfWT4lGQqG_Ob1qzqirWPquG_TPw3M&e=>
Airship site authoring guide, (for engineering your own site definition)
https://airship-treasuremap.readthedocs.io/en/latest/authoring_and_deployment.html<https://urldefense.proofpoint.com/v2/url?u=https-3A__airship-2Dtreasuremap.readthedocs.io_en_latest_authoring-5Fand-5Fdeployment.html&d=DwMF-g&c=LFYZ-o9_HUMeMTSQicvjIg&r=_C5hC_103uW491yNPPpNmA&m=HL1AatbQGUNYn43UgDrL6IsQDwWkHpBRkyCN3BDEENI&s=mBEwAZgfHiypYGTNUfldmTmaeddKLbvHfbWoP6aGbjI&e=>

Lastly, our IRC channel, #airshipit on freenode, serves as a meeting location (every Tuesday at 14:00 UTC) and destination for general project discussion/questions. Airship developers tend to be more readily available there. In the meantime, we look forward to your response, welcome aboard!

Regards,
Drew Walters
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.airshipit.org/pipermail/airship-discuss/attachments/20190221/0b1d9f5b/attachment.html>


More information about the Airship-discuss mailing list