Dear all, Is there any fork that works for Ocata and Ubuntu LTS? It seems that Doude plugin support only Ubuntu 14.04 (which is no longer maintained)
Regards Djamal De : Users [mailto:users-boun...@lists.opencontrail.org] De la part de CARVER, PAUL Envoyé : lundi 5 février 2018 21:35 À : users@lists.opencontrail.org Objet : Re: [Users] Error Fetch Packages Python when install Contrail Web Which installation tutorial are you using? There are several. The build instructions and repo here https://github.com/Juniper/contrail-dev-env worked for me as far as compiling from source and creating containers from the “make all” command, but I didn’t go from there to installing and running. I believe most of the focus on going from “containers built” to “containers deployed and full system running” is currently here: https://github.com/Juniper/contrail-helm-deployer but I don’t know if it’s 100% working yet. If you’re trying to use the DevStack plugin, you probably want this fork: https://github.com/Doude/contrail-devstack-plugin but I think the Helm based deployment is a better choice. -- Paul Carver VoIP: 732-545-7377 Cell: 908-803-1656 E: pcar...@att.com<mailto:pcar...@att.com> Q Instant Message<qto://talk/pc2929> It is difficult to make predictions. Especially about the future. From: Users [mailto:users-boun...@lists.opencontrail.org] On Behalf Of Zufar Dhiyaulhaq Sent: Thursday, February 01, 2018 09:13 To: users@lists.opencontrail.org<mailto:users@lists.opencontrail.org> Subject: [Users] Error Fetch Packages Python when install Contrail Web Hi, i try to install contrail web UI. and when i run the instalation tutorial make fetch-pkgs-dev make dev-env REPO=webController I get some error. I this the error is in the fetch_packages in line 92 Traceback (most recent call last): File "../contrail-webui-third-party/fetch_packages.py", line 354, in <module> main(xmlfile) File "../contrail-webui-third-party/fetch_packages.py", line 334, in main ProcessPackage(object) File "../contrail-webui-third-party/fetch_packages.py", line 314, in ProcessPackage ApplyPatches(pkg) File "../contrail-webui-third-party/fetch_packages.py", line 92, in ApplyPatches proc = subprocess.Popen(cmd, stdin = fp) File "/usr/lib64/python2.7/subprocess.py", line 711, in __init__ errread, errwrite) File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory make: *** [fetch-pkgs-dev] Error 1 this is the fungtion that cause the error, anyone know? def ApplyPatches(pkg): stree = pkg.find('patches') if stree is None: return for patch in stree.getchildren(): cmd = ['patch'] if patch.get('strip'): cmd.append('-p') cmd.append(patch.get('strip')) if _OPT_VERBOSE: print "Patching %s <%s..." % (' '.join(cmd), str(patch)) if not _OPT_DRY_RUN: fp = open(str(patch), 'r') proc = subprocess.Popen(cmd, stdin = fp) proc.communicate() _________________________________________________________________________________________________________________________ Ce message et ses pieces jointes peuvent contenir des informations confidentielles ou privilegiees et ne doivent donc pas etre diffuses, exploites ou copies sans autorisation. Si vous avez recu ce message par erreur, veuillez le signaler a l'expediteur et le detruire ainsi que les pieces jointes. Les messages electroniques etant susceptibles d'alteration, Orange decline toute responsabilite si ce message a ete altere, deforme ou falsifie. Merci. This message and its attachments may contain confidential or privileged information that may be protected by law; they should not be distributed, used or copied without authorisation. If you have received this email in error, please notify the sender and delete this message and its attachments. As emails may be altered, Orange is not liable for messages that have been modified, changed or falsified. Thank you.
_______________________________________________ Users mailing list Users@lists.opencontrail.org http://lists.opencontrail.org/mailman/listinfo/users_lists.opencontrail.org