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 0x2b837c25fc50>
handle(request, context)[source]
is_valid()[source]
name = <django.utils.functional.__proxy__ object at 0x2b837c16fb50>
name_property = 'general_nodegroup_name'
slug = 'configure_nodegroup_template'
success_message = <django.utils.functional.__proxy__ object at 0x2b837c25fc90>
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 0x2b837c25fed0>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x2b837c25fe50>
name = <django.utils.functional.__proxy__ object at 0x2b837c25fe10>
slug = 'create_nodegroup_template'
success_message = <django.utils.functional.__proxy__ object at 0x2b837c25fe90>
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 0x2b837c199e10>, 'description': <django.forms.fields.CharField object at 0x2b837c25f1d0>, 'flavor': <django.forms.fields.ChoiceField object at 0x2b837c25f250>, 'availability_zone': <django.forms.fields.ChoiceField object at 0x2b837c25f390>, 'storage': <django.forms.fields.ChoiceField object at 0x2b837c25f490>, 'volumes_per_node': <django.forms.fields.IntegerField object at 0x2b837c25f590>, 'volumes_size': <django.forms.fields.IntegerField object at 0x2b837c25f690>, 'volume_type': <django.forms.fields.ChoiceField object at 0x2b837c25f790>, 'volume_local_to_instance': <django.forms.fields.BooleanField object at 0x2b837c25f8d0>, 'volumes_availability_zone': <django.forms.fields.ChoiceField object at 0x2b837c25fa10>, 'hidden_configure_field': <django.forms.fields.CharField object at 0x2b837c25fa90>}
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 0x2b837bf6a150>
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 0x2b837c25fad0>
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 0x2b837c25fb50>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2b837c25fb10>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b837c25fb90>
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 0x2b837c25fc10>
help_text_template = None
media
name = <django.utils.functional.__proxy__ object at 0x2b837c25fbd0>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b837ba53710>
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 0x2b837c25fd10>}
help_text = ''
help_text_template = 'project/data_processing.nodegroup_templates/_create_general_help.html'
media
name = <django.utils.functional.__proxy__ object at 0x2b837c25fd50>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x2b837c25fdd0>
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