The openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.create ModuleΒΆ

class openstack_dashboard.dashboards.project.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.dashboards.project.data_processing.nodegroup_templates.workflows.create.ConfigureNodegroupTemplate(request, context_seed, entry_point, *args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.data_processing.utils.workflow_helpers.ServiceParametersWorkflow, openstack_dashboard.dashboards.project.data_processing.utils.workflow_helpers.StatusFormatMixin

default_steps = (<class 'openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.create.GeneralConfig'>, <class 'openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.create.SelectNodeProcesses'>, <class 'openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.create.SecurityConfig'>)
finalize_button_name = <django.utils.functional.__proxy__ object at 0x2b6663577c90>
handle(request, context)[source]
is_valid()[source]
name = <django.utils.functional.__proxy__ object at 0x2b6663488b90>
name_property = 'general_nodegroup_name'
slug = 'configure_nodegroup_template'
success_message = <django.utils.functional.__proxy__ object at 0x2b6663577cd0>
success_url = 'horizon:project:data_processing.nodegroup_templates:index'
class openstack_dashboard.dashboards.project.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.dashboards.project.data_processing.nodegroup_templates.workflows.create.SelectPlugin'>,)
failure_message = <django.utils.functional.__proxy__ object at 0x2b6663577f10>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x2b6663577e90>
name = <django.utils.functional.__proxy__ object at 0x2b6663577e50>
slug = 'create_nodegroup_template'
success_message = <django.utils.functional.__proxy__ object at 0x2b6663577ed0>
success_url = 'horizon:project:data_processing.nodegroup_templates:index'
class openstack_dashboard.dashboards.project.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.dashboards.project.data_processing.nodegroup_templates.workflows.create.GeneralConfigAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = {'nodegroup_name': <django.forms.fields.CharField object at 0x2b66634b0e50>, 'description': <django.forms.fields.CharField object at 0x2b6663577210>, 'flavor': <django.forms.fields.ChoiceField object at 0x2b6663577290>, 'availability_zone': <django.forms.fields.ChoiceField object at 0x2b66635773d0>, 'storage': <django.forms.fields.ChoiceField object at 0x2b66635774d0>, 'volumes_per_node': <django.forms.fields.IntegerField object at 0x2b66635775d0>, 'volumes_size': <django.forms.fields.IntegerField object at 0x2b66635776d0>, 'volume_type': <django.forms.fields.ChoiceField object at 0x2b66635777d0>, 'volume_local_to_instance': <django.forms.fields.BooleanField object at 0x2b6663577910>, 'volumes_availability_zone': <django.forms.fields.ChoiceField object at 0x2b6663577a50>, 'hidden_configure_field': <django.forms.fields.CharField object at 0x2b6663577ad0>}
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 at 0x2b6662d68190>
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 at 0x2b6663577b10>
slug = u'generalconfigaction'
class openstack_dashboard.dashboards.project.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.dashboards.project.data_processing.nodegroup_templates.workflows.create.SecurityConfigAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = {}
help_text = <django.utils.functional.__proxy__ object at 0x2b6663577b90>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2b6663577b50>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b6663577bd0>
slug = u'securityconfigaction'
class openstack_dashboard.dashboards.project.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.dashboards.project.data_processing.nodegroup_templates.workflows.create.SelectNodeProcessesAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = {}
help_text = <django.utils.functional.__proxy__ object at 0x2b6663577c50>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2b6663577c10>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b6662f2d750>
slug = u'selectnodeprocessesaction'
class openstack_dashboard.dashboards.project.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.dashboards.project.data_processing.nodegroup_templates.workflows.create.SelectPluginAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action, openstack_dashboard.dashboards.project.data_processing.utils.workflow_helpers.PluginAndVersionMixin

base_fields = {'hidden_create_field': <django.forms.fields.CharField object at 0x2b6663577d50>}
help_text = ''
help_text_template = 'project/data_processing.nodegroup_templates/_create_general_help.html'
media
name = <django.utils.functional.__proxy__ object at 0x2b6663577d90>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b6663577e10>
slug = u'selectpluginaction'

Previous topic

The openstack_dashboard.dashboards.project.data_processing.nodegroup_templates.workflows.copy Module

Next topic

The openstack_dashboard.dashboards.project.data_processing.data_plugins.views Module

This Page