The openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch ModuleΒΆ

class openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch.ChosePluginVersion(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.jobs.workflows.launch.SelectHadoopPlugin'>,)
failure_message = <django.utils.functional.__proxy__ object at 0x7f1ab9095e10>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x7f1ab9095bd0>
name = <django.utils.functional.__proxy__ object at 0x7f1ab9095d50>
slug = 'lunch_job'
success_message = <django.utils.functional.__proxy__ object at 0x7f1ab9095c90>
success_url = 'horizon:project:data_processing.cluster_templates:index'
class openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch.ClusterGeneralConfig(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of NewClusterConfigAction

contribute(data, context)[source]
contributes = ('hidden_configure_field',)
class openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch.JobConfig(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of JobConfigAction

static clean_configs(configs)[source]
contribute(data, context)[source]
template_name = 'project/data_processing.jobs/config_template.html'
class openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch.JobConfigAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

EDP_MAPPER = 'edp.streaming.mapper'
EDP_PREFIX = 'edp.'
EDP_REDUCER = 'edp.streaming.reducer'
JAVA_OPTS = 'edp.java.java_opts'
MAIN_CLASS = 'edp.java.main_class'
base_fields = OrderedDict([('property_name', <django.forms.fields.ChoiceField object at 0x7f1ab90afcd0>), ('job_configs', <django.forms.fields.CharField object at 0x7f1ab90afb50>), ('job_params', <django.forms.fields.CharField object at 0x7f1ab90afa50>), ('job_args_array', <django.forms.fields.CharField object at 0x7f1ab90afc10>), ('job_type', <django.forms.fields.CharField object at 0x7f1ab90af890>), ('main_class', <django.forms.fields.CharField object at 0x7f1ab90af7d0>), ('java_opts', <django.forms.fields.CharField object at 0x7f1ab90afb10>), ('streaming_mapper', <django.forms.fields.CharField object at 0x7f1ab90afa10>), ('streaming_reducer', <django.forms.fields.CharField object at 0x7f1ab90aff50>)])
clean()[source]
clean_edp_configs(configs)[source]
declared_fields = OrderedDict([('property_name', <django.forms.fields.ChoiceField object at 0x7f1ab90afcd0>), ('job_configs', <django.forms.fields.CharField object at 0x7f1ab90afb50>), ('job_params', <django.forms.fields.CharField object at 0x7f1ab90afa50>), ('job_args_array', <django.forms.fields.CharField object at 0x7f1ab90afc10>), ('job_type', <django.forms.fields.CharField object at 0x7f1ab90af890>), ('main_class', <django.forms.fields.CharField object at 0x7f1ab90af7d0>), ('java_opts', <django.forms.fields.CharField object at 0x7f1ab90afb10>), ('streaming_mapper', <django.forms.fields.CharField object at 0x7f1ab90afa10>), ('streaming_reducer', <django.forms.fields.CharField object at 0x7f1ab90aff50>)])
help_text = ''
help_text_template = 'project/data_processing.jobs/_launch_job_configure_help.html'
media
name = <django.utils.functional.__proxy__ object at 0x7f1ab90af6d0>
permissions = ()
populate_property_name_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0x7f1ab902ff50>
slug = u'jobconfigaction'
class openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch.JobExecutionExistingGeneralConfig(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of JobExecutionExistingGeneralConfigAction

contribute(data, context)[source]
class openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch.JobExecutionExistingGeneralConfigAction(request, *args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch.JobExecutionGeneralConfigAction

base_fields = OrderedDict([('job_input', <horizon.forms.fields.DynamicChoiceField object at 0x7f1ab8f56a10>), ('job_output', <horizon.forms.fields.DynamicChoiceField object at 0x7f1ab8f56dd0>), ('cluster', <django.forms.fields.ChoiceField object at 0x7f1ab90c9910>)])
declared_fields = OrderedDict([('job_input', <horizon.forms.fields.DynamicChoiceField object at 0x7f1ab8f56a10>), ('job_output', <horizon.forms.fields.DynamicChoiceField object at 0x7f1ab8f56dd0>), ('cluster', <django.forms.fields.ChoiceField object at 0x7f1ab90c9910>)])
help_text = ''
help_text_template = 'project/data_processing.jobs/_launch_job_help.html'
media
name = <django.utils.functional.__proxy__ object at 0x7f1ab90c91d0>
permissions = ()
populate_cluster_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0x7f1ab90c9810>
slug = u'jobexecutionexistinggeneralconfigaction'
class openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch.JobExecutionGeneralConfig(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of JobExecutionGeneralConfigAction

contribute(data, context)[source]
class openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch.JobExecutionGeneralConfigAction(request, *args, **kwargs)[source]

Bases: horizon.workflows.base.Action

base_fields = OrderedDict([('job_input', <horizon.forms.fields.DynamicChoiceField object at 0x7f1ab8f56a10>), ('job_output', <horizon.forms.fields.DynamicChoiceField object at 0x7f1ab8f56dd0>)])
declared_fields = OrderedDict([('job_input', <horizon.forms.fields.DynamicChoiceField object at 0x7f1ab8f56a10>), ('job_output', <horizon.forms.fields.DynamicChoiceField object at 0x7f1ab8f56dd0>)])
get_data_source_choices(request, context)[source]
help_text = ''
help_text_template = 'project/data_processing.jobs/_launch_job_help.html'
media
name = <django.utils.functional.__proxy__ object at 0x7f1ab90c9dd0>
permissions = ()
populate_job_choices(request)[source]
populate_job_input_choices(request, context)[source]
populate_job_output_choices(request, context)[source]
progress_message = <django.utils.functional.__proxy__ object at 0x7f1ab90c9bd0>
slug = u'jobexecutiongeneralconfigaction'
class openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch.LaunchJob(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.jobs.workflows.launch.JobExecutionExistingGeneralConfig'>, <class 'openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch.JobConfig'>)
failure_message = <django.utils.functional.__proxy__ object at 0x7f1ab9033750>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x7f1ab9033650>
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0x7f1ab9033590>
slug = 'launch_job'
success_message = <django.utils.functional.__proxy__ object at 0x7f1ab90335d0>
success_url = 'horizon:project:data_processing.job_executions:index'
class openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch.LaunchJobNewCluster(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.jobs.workflows.launch.ClusterGeneralConfig'>, <class 'openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch.JobExecutionGeneralConfig'>, <class 'openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch.JobConfig'>)
failure_message = <django.utils.functional.__proxy__ object at 0x7f1ab908d390>
finalize_button_name = <django.utils.functional.__proxy__ object at 0x7f1ab908dbd0>
handle(request, context)[source]
name = <django.utils.functional.__proxy__ object at 0x7f1ab9095fd0>
slug = 'launch_job'
success_message = <django.utils.functional.__proxy__ object at 0x7f1ab908dd10>
success_url = 'horizon:project:data_processing.jobs:index'
class openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch.NewClusterConfigAction(request, *args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.data_processing.clusters.workflows.create.GeneralConfigAction

base_fields = OrderedDict([('hidden_configure_field', <django.forms.fields.CharField object at 0x7f1ab92d1810>), ('hidden_to_delete_field', <django.forms.fields.CharField object at 0x7f1ab92d1910>), ('cluster_name', <django.forms.fields.CharField object at 0x7f1ab92d1a10>), ('description', <django.forms.fields.CharField object at 0x7f1ab92d1b10>), ('cluster_template', <horizon.forms.fields.DynamicChoiceField object at 0x7f1ab92d1b90>), ('image', <horizon.forms.fields.DynamicChoiceField object at 0x7f1ab92d1c50>), ('keypair', <horizon.forms.fields.DynamicChoiceField object at 0x7f1ab92d1d50>), ('persist_cluster', <django.forms.fields.BooleanField object at 0x7f1ab902fc90>)])
declared_fields = OrderedDict([('hidden_configure_field', <django.forms.fields.CharField object at 0x7f1ab92d1810>), ('hidden_to_delete_field', <django.forms.fields.CharField object at 0x7f1ab92d1910>), ('cluster_name', <django.forms.fields.CharField object at 0x7f1ab92d1a10>), ('description', <django.forms.fields.CharField object at 0x7f1ab92d1b10>), ('cluster_template', <horizon.forms.fields.DynamicChoiceField object at 0x7f1ab92d1b90>), ('image', <horizon.forms.fields.DynamicChoiceField object at 0x7f1ab92d1c50>), ('keypair', <horizon.forms.fields.DynamicChoiceField object at 0x7f1ab92d1d50>), ('persist_cluster', <django.forms.fields.BooleanField object at 0x7f1ab902fc90>)])
help_text = ''
help_text_template = 'project/data_processing.clusters/_configure_general_help.html'
media
name = <django.utils.functional.__proxy__ object at 0x7f1ab902f410>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7f1ab9033690>
slug = u'newclusterconfigaction'
class openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch.SelectHadoopPlugin(workflow)[source]

Bases: horizon.workflows.base.Step

action_class

alias of SelectHadoopPluginAction

class openstack_dashboard.dashboards.project.data_processing.jobs.workflows.launch.SelectHadoopPluginAction(request, *args, **kwargs)[source]

Bases: openstack_dashboard.dashboards.project.data_processing.cluster_templates.workflows.create.SelectPluginAction

base_fields = OrderedDict([('hidden_create_field', <django.forms.fields.CharField object at 0x7f1ab94c7a10>)])
declared_fields = OrderedDict([('hidden_create_field', <django.forms.fields.CharField object at 0x7f1ab94c7a10>)])
help_text = ''
help_text_template = 'project/data_processing.clusters/_create_general_help.html'
media
name = <django.utils.functional.__proxy__ object at 0x7f1ab9095f50>
permissions = ()
progress_message = <django.utils.functional.__proxy__ object at 0x7f1ab9095ed0>
slug = u'selecthadooppluginaction'

Previous topic

The openstack_dashboard.dashboards.project.data_processing.jobs.workflows Module

Next topic

The openstack_dashboard.dashboards.project.loadbalancers.urls Module

This Page