Giter Club home page Giter Club logo

Comments (26)

danalanerh avatar danalanerh commented on July 21, 2024 1

from linchpin.

samvarankashyap avatar samvarankashyap commented on July 21, 2024 1

@danalanerh : i don't see any output file in previous comment.
I dont see any pastebin or gist links !!

from linchpin.

danalanerh avatar danalanerh commented on July 21, 2024 1

Confirming this issue is fixed with the latest pip install.

from linchpin.

samvarankashyap avatar samvarankashyap commented on July 21, 2024

@danalanerh : I see the layout defined does not follow the same naming order as defined in topology. Could you try provisioning with the following layout .
http://pastebin.test.redhat.com/456222
It should be a bug on inventory generation.

from linchpin.

danalanerh avatar danalanerh commented on July 21, 2024

from linchpin.

herlo avatar herlo commented on July 21, 2024

When using pastebin, please provide one that is public, as others who read this may wish to access it. The pastebin inside RH is not accessible outside the firewall/VPN. Also, I'm glad to see @samvarankashyap is already on this. :)

from linchpin.

danalanerh avatar danalanerh commented on July 21, 2024

from linchpin.

samvarankashyap avatar samvarankashyap commented on July 21, 2024

@danalanerh : Let me just check it and get you back on it .

from linchpin.

danalanerh avatar danalanerh commented on July 21, 2024

Updated with re-run and public pastebin:
Topology:
http://pastebin.com/q0R4bbxN
Layout:
http://pastebin.com/37C3kdWq
Inventory Output:
http://pastebin.com/fpJxG2Nu
Screenshot of openstack VMs:
screenshot from 2017-02-16 10-52-46

from linchpin.

samvarankashyap avatar samvarankashyap commented on July 21, 2024

@danalanerh : are you running it in a asyc mode ?

from linchpin.

samvarankashyap avatar samvarankashyap commented on July 21, 2024

@danalanerh Could you please share the output files too. which are in the "outputs" directory.

from linchpin.

danalanerh avatar danalanerh commented on July 21, 2024

from linchpin.

samvarankashyap avatar samvarankashyap commented on July 21, 2024

@danalanerh : after you are finished with linchpin rise , there should be a outputs directory created in the current working directory. There you should be able to find a outputfile.

from linchpin.

danalanerh avatar danalanerh commented on July 21, 2024

from linchpin.

samvarankashyap avatar samvarankashyap commented on July 21, 2024

@danalanerh #157 fixes the issue .

from linchpin.

danalanerh avatar danalanerh commented on July 21, 2024

from linchpin.

samvarankashyap avatar samvarankashyap commented on July 21, 2024

@danalanerh : We are trying to get it reviewed and merge it. Will take utmost couple of days to merge it and release it on PyPi . Feel free to clone and try it out from my personal branch. https://github.com/samvarankashyap/linch-pin/tree/inventory_mapping_fix

from linchpin.

danalanerh avatar danalanerh commented on July 21, 2024

from linchpin.

samvarankashyap avatar samvarankashyap commented on July 21, 2024

@danalanerh : The instructions are as follows:

1. clone the repository

git clone https://github.com/CentOS-PaaS-SIG/linch-pin

2. Get into the directory

cd linch-pin

3. Checkout newbranch

git checkout -b newbranch master

4. Pull the changes to the branch

git pull https://github.com/samvarankashyap/linch-pin.git inventory_mapping_fix

5. Run setup.py

python setup.py install

from linchpin.

danalanerh avatar danalanerh commented on July 21, 2024

from linchpin.

samvarankashyap avatar samvarankashyap commented on July 21, 2024

@danalanerh : you might have to . I would suggest you to create a new virtualenv .

pip uninstall linchpin

from linchpin.

danalanerh avatar danalanerh commented on July 21, 2024

running python setup.py install gives me the following error:

Installed /var/lib/jenkins/linchpin-venv/lib/python2.7/site-packages/linchpin-0.8.6-py2.7.egg
Processing dependencies for linchpin==0.8.6
Searching for camel
Reading https://github.com/eevee/camel/tree/v0.1/tarball/
Reading https://pypi.python.org/simple/camel/
Downloading https://pypi.python.org/packages/2b/f6/3e00c732983c7c233823b72086911c1d05cc1c9e7a6556967a83b6e65159/camel-0.1.tar.gz#md5=120a86185280d209c1c738ce3e7bf016
Best match: camel 0.1
Processing camel-0.1.tar.gz
Writing /tmp/easy_install-cn_JID/camel-0.1/setup.cfg
Running camel-0.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-cn_JID/camel-0.1/egg-dist-tmp-sAujNS
error: README.txt: No such file or directory

from linchpin.

samvarankashyap avatar samvarankashyap commented on July 21, 2024

@danalanerh : try

pip install camel

and try python setup.py install again

or

pip install file://<path_to_cloned folder>

from linchpin.

samvarankashyap avatar samvarankashyap commented on July 21, 2024

@danalanerh : The issue is fixed in the latest release of linchpin . It is now available on PyPi ,
you can install by:
pip install linchpin

from linchpin.

danalanerh avatar danalanerh commented on July 21, 2024

from linchpin.

samvarankashyap avatar samvarankashyap commented on July 21, 2024

@danalanerh : Thanks for the update . We would love to have more contributions from you.

from linchpin.

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.