- Community Home
- >
- Software
- >
- HPE Morpheus Software
- >
- HPE Morpheus Enterprise Software
- >
- Git integration doesnot show any files
Categories
Company
Local Language
Forums
Discussions
- Integrity Servers
- Server Clustering
- HPE NonStop Compute
- HPE Apollo Systems
- High Performance Computing
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Knowledge Base
Forums
Discussions
- Cloud Mentoring and Education
- Software - General
- HPE OneView
- HPE Ezmeral Software platform
- HPE OpsRamp Software
Knowledge Base
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 06:46 AM
05-02-2023 06:46 AM
I successfully added a Git integration but can’t find my repos
I have added gitlab for Ansible integration , it shows success but the playbooks are not showing under plays
Solved! Go to Solution.
- Tags:
- Ansible
- Integrations
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 05:13 AM
05-09-2023 05:13 AM
Re: Git integration doesnot show any files
i tried both Key and token method ,nothing worked out, i am going with default settings , have not modified anything , its newly deployed gitlab
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 06:13 AM
05-09-2023 06:13 AM
Solution@Paul_B can you modify the Roles Path and make it /roles. Let it sync and hopefully they reappear. That said, the page is display only and would not limit the calling of the playbooks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 07:49 AM
05-09-2023 07:49 AM
Re: Git integration doesnot show any files
SERVERTYPE: “{{ morpheus[‘instance’][‘layoutName’] }}”
Here what is Morpheus ? from where its referring ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 11:23 AM
05-03-2023 11:23 AM
Re: Git integration doesnot show any files
This may be linked with an issue resolved in 6.0.2. I believe if you did not have a master branch, it would not work. If you create a blank branch called ‘master’ or upgrade to 6.0.2 or 6.1.0 that should resolve it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2023 12:26 PM
05-02-2023 12:26 PM
Re: Git integration doesnot show any files
Hi @Paul_B what release are you on? Also, did you define your ‘Default Branch’ as either main or master? The screenshot looks not defined.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 08:38 AM
05-09-2023 08:38 AM
Re: Git integration doesnot show any files
Hi i used the syntex as you suggested but i am getting a en error
““The task includes an option with an undefined variable. The error was: {{ morpheus[‘customOptions’][‘Pool_Selection_Manual_Text’] }}: ‘dict object’ has no attribute ‘Pool_Selection_Manual_Text’\n\nThe error appears to be in '/var/opt/morpheus/morpheus-local/repo/git/ae9aa2c0c5ae07d846074aa893b04223/volume-provisioningg.yml””
Its my syntex
"pool_id: “{{ morpheus[‘customOptions’][‘Pool_Selection_Manual_Text’] }}” "
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2023 09:49 AM
05-03-2023 09:49 AM
Re: Git integration doesnot show any files
My current version is V. 6.0.1 , i also provided branch and tested but still same error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 07:00 AM
05-09-2023 07:00 AM
Re: Git integration doesnot show any files
Yes , surprisingly it worked , Thank you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 08:20 AM
05-09-2023 08:20 AM
Re: Git integration doesnot show any files
When you run Ansible from Morpheus, we inject data into a file and we load that into Ansible via the variable morpheus. Depending on the contrext you run Ansible in, be it instance or local, you get different contents of the morpheus variable.
You can dump the variable in Ansible using -debug: var=morpheus to see what it contains.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 07:02 AM
05-09-2023 07:02 AM
Re: Git integration doesnot show any files
I want to add option list then inputs to pass value to variable for an ansible playbook, can i do that ? because i also see group variable path and host variable path in the ansible integration page ? whets the use of that ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 07:43 AM
05-09-2023 07:43 AM
Re: Git integration doesnot show any files
Really those tabs are for display purposes to understand the inventory of files you have.
Yes you can use the inputs as variables in your code. This would be similar to how to utilize them within Python.
vars:
SERVERTYPE: "{{ morpheus['instance']['layoutName'] }}"
BACKUP: "{{ morpheus['customOptions']['steamBackup'] }}"
You can see an example with using Morpheus variables I built here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 06:47 AM
05-09-2023 06:47 AM
Re: Git integration doesnot show any files
Why do we need to Role path ? because i have some playbooks on the main branch as well inside subdirectories
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 03:56 AM
05-09-2023 03:56 AM
Re: Git integration doesnot show any files
Is it authenticated with a key or token? Token may need to go both in password and token fields depending on the git vendor.
Do you have restrictive settings on your token? I would have to double check with my gitlab but there’s something beyond read you need to fully sync with authentication.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-08-2023 08:40 PM
05-08-2023 08:40 PM
Re: Git integration doesnot show any files
Even after upgrade , i am still facing same error
i see no playbooks but i can see subfolders in roles tab