Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

aii-opennebula: Include ONE labels support #226

Merged
merged 5 commits into from Nov 30, 2016

Conversation

alvarosimon
Copy link
Member

@alvarosimon alvarosimon commented Nov 4, 2016

This PR includes new LABELS feature available since ONE 5.x

Labels are supported since ONE 5.x. This include labels support for VMs,
templates and storage images.

Resolves: quattor#224
See also: http://opennebula.org/opennebula-5-0-features-labels/
Fix error message when VM template is not available.

Resolves: quattor#223
@@ -171,4 +171,9 @@ type opennebula_vmtemplate = {
"diskcache" ? string with match(SELF, '^(default|none|writethrough|writeback|directsync|unsafe)$')
"permissions" ? opennebula_permissions
"pci" ? opennebula_vmtemplate_pci[]
@{labels is a string list to group the VMs under a given name and filter them
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

string list - >list of strings

@@ -171,4 +171,9 @@ type opennebula_vmtemplate = {
"diskcache" ? string with match(SELF, '^(default|none|writethrough|writeback|directsync|unsafe)$')
"permissions" ? opennebula_permissions
"pci" ? opennebula_vmtemplate_pci[]
@{labels is a string list to group the VMs under a given name and filter them
in the admin and cloud views. It is also possible to include in the list
sub-labels using a common slash "Name, Name/SubName". This feature is available
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

example shoudl be pan code like list("Name", "Name/SubName")

@stdweird
Copy link
Member

stdweird commented Nov 4, 2016

minor remarks, LGTM otherwise

@alvarosimon
Copy link
Member Author

@stdweird remarks addressed

It was included RANDOM_PASS option by default to enhance console security

Resolves: quattor#228
@stdweird stdweird added this to the 16.12 milestone Nov 16, 2016
@stdweird
Copy link
Member

LGTM

@stdweird
Copy link
Member

@jrha ping

@jrha jrha merged commit ac892d8 into quattor:master Nov 30, 2016
@alvarosimon alvarosimon deleted the one_labels branch March 1, 2017 11:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants