The openstack_dashboard.contrib.sahara.content.data_processing.nodegroup_templates.workflows.create
ModuleΒΆ
-
class
openstack_dashboard.contrib.sahara.content.data_processing.nodegroup_templates.workflows.create.
CheckboxSelectMultiple
(*args, **kwargs)[source] Bases:
django.forms.widgets.CheckboxSelectMultiple
-
media
-
render
(name, value, attrs=None, choices=())[source]
-
-
class
openstack_dashboard.contrib.sahara.content.data_processing.nodegroup_templates.workflows.create.
ConfigureNodegroupTemplate
(request, context_seed, entry_point, *args, **kwargs)[source] Bases:
openstack_dashboard.contrib.sahara.content.data_processing.utils.workflow_helpers.ServiceParametersWorkflow
,openstack_dashboard.contrib.sahara.content.data_processing.utils.workflow_helpers.StatusFormatMixin
-
default_steps
= (<class 'openstack_dashboard.contrib.sahara.content.data_processing.nodegroup_templates.workflows.create.GeneralConfig'>, <class 'openstack_dashboard.contrib.sahara.content.data_processing.nodegroup_templates.workflows.create.SelectNodeProcesses'>, <class 'openstack_dashboard.contrib.sahara.content.data_processing.nodegroup_templates.workflows.create.SecurityConfig'>)
-
finalize_button_name
= <django.utils.functional.__proxy__ object>
-
handle
(request, context)[source]
-
is_valid
()[source]
-
name
= <django.utils.functional.__proxy__ object>
-
name_property
= 'general_nodegroup_name'
-
slug
= 'configure_nodegroup_template'
-
success_message
= <django.utils.functional.__proxy__ object>
-
success_url
= 'horizon:project:data_processing.nodegroup_templates:index'
-
-
class
openstack_dashboard.contrib.sahara.content.data_processing.nodegroup_templates.workflows.create.
CreateNodegroupTemplate
(request=None, context_seed=None, entry_point=None, *args, **kwargs)[source] Bases:
horizon.workflows.base.Workflow
-
default_steps
= (<class 'openstack_dashboard.contrib.sahara.content.data_processing.nodegroup_templates.workflows.create.SelectPlugin'>,)
-
failure_message
= <django.utils.functional.__proxy__ object>
-
finalize_button_name
= <django.utils.functional.__proxy__ object>
-
name
= <django.utils.functional.__proxy__ object>
-
slug
= 'create_nodegroup_template'
-
success_message
= <django.utils.functional.__proxy__ object>
-
success_url
= 'horizon:project:data_processing.nodegroup_templates:index'
-
-
class
openstack_dashboard.contrib.sahara.content.data_processing.nodegroup_templates.workflows.create.
GeneralConfig
(workflow)[source] Bases:
horizon.workflows.base.Step
-
action_class
alias of
GeneralConfigAction
-
contribute
(data, context)[source]
-
contributes
= ('general_nodegroup_name',)
-
-
class
openstack_dashboard.contrib.sahara.content.data_processing.nodegroup_templates.workflows.create.
GeneralConfigAction
(request, *args, **kwargs)[source] Bases:
horizon.workflows.base.Action
-
base_fields
= OrderedDict([('nodegroup_name', <django.forms.fields.CharField object at 0x7f024dc93290>), ('description', <django.forms.fields.CharField object at 0x7f024dc936d0>), ('flavor', <django.forms.fields.ChoiceField object at 0x7f024dc939d0>), ('availability_zone', <django.forms.fields.ChoiceField object at 0x7f024dc93c10>), ('storage', <django.forms.fields.ChoiceField object at 0x7f024dc930d0>), ('volumes_per_node', <django.forms.fields.IntegerField object at 0x7f024dc93250>), ('volumes_size', <django.forms.fields.IntegerField object at 0x7f024dc93d10>), ('volume_type', <django.forms.fields.ChoiceField object at 0x7f024dc93610>), ('volume_local_to_instance', <django.forms.fields.BooleanField object at 0x7f024dc93a10>), ('volumes_availability_zone', <django.forms.fields.ChoiceField object at 0x7f024fd41450>), ('hidden_configure_field', <django.forms.fields.CharField object at 0x7f024fd41090>)])
-
declared_fields
= OrderedDict([('nodegroup_name', <django.forms.fields.CharField object at 0x7f024dc93290>), ('description', <django.forms.fields.CharField object at 0x7f024dc936d0>), ('flavor', <django.forms.fields.ChoiceField object at 0x7f024dc939d0>), ('availability_zone', <django.forms.fields.ChoiceField object at 0x7f024dc93c10>), ('storage', <django.forms.fields.ChoiceField object at 0x7f024dc930d0>), ('volumes_per_node', <django.forms.fields.IntegerField object at 0x7f024dc93250>), ('volumes_size', <django.forms.fields.IntegerField object at 0x7f024dc93d10>), ('volume_type', <django.forms.fields.ChoiceField object at 0x7f024dc93610>), ('volume_local_to_instance', <django.forms.fields.BooleanField object at 0x7f024dc93a10>), ('volumes_availability_zone', <django.forms.fields.ChoiceField object at 0x7f024fd41450>), ('hidden_configure_field', <django.forms.fields.CharField object at 0x7f024fd41090>)])
-
get_help_text
()[source]
-
help_text
= ''
-
help_text_template
= 'project/data_processing.nodegroup_templates/_configure_general_help.html'
-
media
-
name
= <django.utils.functional.__proxy__ object>
-
permissions
= ()
-
populate_availability_zone_choices
(request, context)[source]
-
populate_flavor_choices
(request, context)[source]
-
populate_volumes_availability_zone_choices
(request, context)[source]
-
progress_message
= <django.utils.functional.__proxy__ object>
-
slug
= u'generalconfigaction'
-
-
class
openstack_dashboard.contrib.sahara.content.data_processing.nodegroup_templates.workflows.create.
SecurityConfig
(workflow)[source] Bases:
horizon.workflows.base.Step
-
action_class
alias of
SecurityConfigAction
-
contributes
= ('security_autogroup', 'security_groups')
-
-
class
openstack_dashboard.contrib.sahara.content.data_processing.nodegroup_templates.workflows.create.
SecurityConfigAction
(request, *args, **kwargs)[source] Bases:
horizon.workflows.base.Action
-
base_fields
= OrderedDict()
-
declared_fields
= OrderedDict()
-
help_text
= <django.utils.functional.__proxy__ object>
-
help_text_template
= None
-
media
-
name
= <django.utils.functional.__proxy__ object>
-
permissions
= ()
-
progress_message
= <django.utils.functional.__proxy__ object>
-
slug
= u'securityconfigaction'
-
-
class
openstack_dashboard.contrib.sahara.content.data_processing.nodegroup_templates.workflows.create.
SelectNodeProcesses
(workflow)[source] Bases:
horizon.workflows.base.Step
-
action_class
alias of
SelectNodeProcessesAction
-
contribute
(data, context)[source]
-
-
class
openstack_dashboard.contrib.sahara.content.data_processing.nodegroup_templates.workflows.create.
SelectNodeProcessesAction
(request, *args, **kwargs)[source] Bases:
horizon.workflows.base.Action
-
base_fields
= OrderedDict()
-
declared_fields
= OrderedDict()
-
help_text
= <django.utils.functional.__proxy__ object>
-
help_text_template
= None
-
media
-
name
= <django.utils.functional.__proxy__ object>
-
permissions
= ()
-
progress_message
= <django.utils.functional.__proxy__ object>
-
slug
= u'selectnodeprocessesaction'
-
-
class
openstack_dashboard.contrib.sahara.content.data_processing.nodegroup_templates.workflows.create.
SelectPlugin
(workflow)[source] Bases:
horizon.workflows.base.Step
-
action_class
alias of
SelectPluginAction
-
contribute
(data, context)[source]
-
contributes
= ('plugin_name', 'hadoop_version')
-
-
class
openstack_dashboard.contrib.sahara.content.data_processing.nodegroup_templates.workflows.create.
SelectPluginAction
(request, *args, **kwargs)[source] Bases:
horizon.workflows.base.Action
,openstack_dashboard.contrib.sahara.content.data_processing.utils.workflow_helpers.PluginAndVersionMixin
-
base_fields
= OrderedDict([('hidden_create_field', <django.forms.fields.CharField object at 0x7f024fd416d0>)])
-
declared_fields
= OrderedDict([('hidden_create_field', <django.forms.fields.CharField object at 0x7f024fd416d0>)])
-
help_text
= ''
-
help_text_template
= 'project/data_processing.nodegroup_templates/_create_general_help.html'
-
media
-
name
= <django.utils.functional.__proxy__ object>
-
permissions
= ()
-
progress_message
= <django.utils.functional.__proxy__ object>
-
slug
= u'selectpluginaction'
-