[Yahoo-eng-team] [Bug 1367394] [NEW] [data processing] Allow username password to be optional for data sources/job binaries

2014-09-09 Thread Chad Roberts
blueprint is: https://blueprints.launchpad.net/sahara/+spec/edp-swift-trust- authentication ** Affects: horizon Importance: Undecided Assignee: Chad Roberts (croberts) Status: In Progress ** Tags: sahara ** Changed in: horizon Assignee: (unassigned) = Chad Roberts (croberts

[Yahoo-eng-team] [Bug 1371285] [NEW] [data processing] Job type dropdown needs to be data plugin specific

2014-09-18 Thread Chad Roberts
Public bug reported: *wishlist for Juno, more likely for Kilo* When choosing the job type (project - data processing - Jobs - Create Job), right now all job types display, even if there is no plugin present to support that job type. The best example of this is Spark. Right now, even if you do

[Yahoo-eng-team] [Bug 1297468] Re: [UI] Cleanup backward compatibility for folsom URLs

2014-09-23 Thread Chad Roberts
** Changed in: horizon Assignee: Chad Roberts (croberts) = (unassigned) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1297468 Title: [UI] Cleanup backward

[Yahoo-eng-team] [Bug 1379455] [NEW] [data_processing] Droping dots in names of job binary downloads

2014-10-09 Thread Chad Roberts
Importance: Undecided Assignee: Chad Roberts (croberts) Status: Confirmed ** Changed in: horizon Assignee: (unassigned) = Chad Roberts (croberts) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard

[Yahoo-eng-team] [Bug 1329050] [NEW] Creating a PanelGroup produces group with name Other

2014-06-11 Thread Chad Roberts
Public bug reported: Creating a PanelGroup that is made up of one or more panels that exist in a subdirectory does not yield a group with the correct name. Instead, it gives a Panel Group with a display name of Other. Example code: In project/dashboard.py, I added a new PanelGroup class

[Yahoo-eng-team] [Bug 1333739] [NEW] Panels within a PanelGroup display in random order

2014-06-24 Thread Chad Roberts
Public bug reported: I have created a PanelGroup (In the Project dashboard) with the code below... class DataProcessingPanels(horizon.PanelGroup): name = _(Data Processing) slug = data_processing panels = ('data_processing.plugins',

[Yahoo-eng-team] [Bug 1336028] [NEW] [data processing] Add start/end times for job execution

2014-06-30 Thread Chad Roberts
time are important details of a job execution. It should be shown on the page. See also: https://review.openstack.org/#/c/99804/ ** Affects: horizon Importance: Undecided Assignee: Chad Roberts (croberts) Status: New ** Changed in: horizon Assignee: (unassigned) = Chad

[Yahoo-eng-team] [Bug 1336266] [NEW] [data processing] Fix new cluster dialog text

2014-07-01 Thread Chad Roberts
/1326465 ** Affects: horizon Importance: Undecided Assignee: Chad Roberts (croberts) Status: New ** Changed in: horizon Assignee: (unassigned) = Chad Roberts (croberts) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1336283] [NEW] [data processing] Allow for HDFS data sources without prefix

2014-07-01 Thread Chad Roberts
specification of the host and port. ** Affects: horizon Importance: Undecided Assignee: Chad Roberts (croberts) Status: New ** Description changed: Priority *wishlist*: This is a fix that was from the sahara-dashboard repo that came in after the merge was started

[Yahoo-eng-team] [Bug 1336292] [NEW] [data processing] Fix UI refresh for deleted clusters

2014-07-01 Thread Chad Roberts
. Click 'Delete Cluster' Expected result: cluster is deleted and line with cluster removed from clusters list Observed result: cluster is deleted, but line with cluster is still in the list. Page refresh helps. ** Affects: horizon Importance: Undecided Assignee: Chad Roberts (croberts

[Yahoo-eng-team] [Bug 1336297] [NEW] [data processing] Ability to add keypair from create cluster dialog

2014-07-01 Thread Chad Roberts
a new keypair from within the create cluster dialog. This would be similar functionality to the create instance page. ** Affects: horizon Importance: Undecided Assignee: Chad Roberts (croberts) Status: New ** Changed in: horizon Assignee: (unassigned) = Chad Roberts

[Yahoo-eng-team] [Bug 1336300] [NEW] [data processing] Need to mark cluster template field as required

2014-07-01 Thread Chad Roberts
' and user can't create cluster, if he don't knows how Sahara works. Of course, all will work fine if he will register template and templates group before the cluster creation. ** Affects: horizon Importance: Undecided Assignee: Chad Roberts (croberts) Status: New ** Changed

[Yahoo-eng-team] [Bug 1336310] [NEW] [data processing] Job execution succeeded status still shows status bar

2014-07-01 Thread Chad Roberts
Observed result: job in SUCCEEDED state, but still pools status and shows status indicator (see screenshot) ** Affects: horizon Importance: Undecided Assignee: Chad Roberts (croberts) Status: New ** Changed in: horizon Assignee: (unassigned) = Chad Roberts (croberts

[Yahoo-eng-team] [Bug 1341750] [NEW] [data processing] Replace hard coded form with django form

2014-07-14 Thread Chad Roberts
Public bug reported: This came up during the review of https://review.openstack.org/#/c/91058/ In the data processing - cluster templates panel, the cluster_node_groups_template.html file defines a form in a not-so- typical fashion. Brifely, there is a javascript variable string that is used to

[Yahoo-eng-team] [Bug 1342293] [NEW] [data processing] Make the job executions page more useful

2014-07-15 Thread Chad Roberts
Public bug reported: This came up at OS Summit in Atlanta, ideally to be done for Juno. On the data processing - Job Executions panel, the uuid for the job execution is listed as the name. That isn't particularly meaningful to a horizon user. Come up with a more meaningful and unique name that

[Yahoo-eng-team] [Bug 1346931] [NEW] [data processing] Add data sources from job launch

2014-07-22 Thread Chad Roberts
Public bug reported: *wishlist for juno* As discussed at the Atlanta design summit, the launch job dialog prompts the user to select data sources to use as input and output for the job. As a user, it is easy to forget to create those data sources ahead of time and it's annoying to have to back

[Yahoo-eng-team] [Bug 1347036] [NEW] [data processing] Register Image form is broken

2014-07-22 Thread Chad Roberts
Public bug reported: When clicking on the Register Image button in the Data Processing - Image Registry, the user gets an error message. It looks like the glance api returns an extra value that is unexpected. Please fix this and add a test to cover this situation for the future. ** Affects:

[Yahoo-eng-team] [Bug 1350372] [NEW] [Bootstrap][data processing] Problems with form behavior and button icons

2014-07-30 Thread Chad Roberts
Assignee: Chad Roberts (croberts) Status: New ** Tags: bootstrap ** Tags added: bootstrap ** Changed in: horizon Assignee: (unassigned) = Chad Roberts (croberts) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed

[Yahoo-eng-team] [Bug 1350991] [NEW] [data processing] Panels should be listed in different order

2014-07-31 Thread Chad Roberts
Public bug reported: Per the Sahara team meeting, for the Data Processing panel group, the panels should be displayed in the following order (the same order they were in when the dashboard was in the sahara-dashboard repository): Clusters Cluster Templates Node Group Templates Job Executions

[Yahoo-eng-team] [Bug 1355373] [NEW] [data processing] Image registry lists images twice for admin

2014-08-11 Thread Chad Roberts
Public bug reported: *low pirority* If you log in as the admin user and go to the Data Processing - Image Registry, you will notice that the image dropdown might list each image twice (if an image is loaded for the admin project and is public, it will be shown twice). The following code

[Yahoo-eng-team] [Bug 1297468] [NEW] [UI] Cleanup backward compatibility for folsom URLs

2014-03-25 Thread Chad Roberts
Public bug reported: The utils.compatibility module has code that supports backward compatibility for the Folsom release of Horizon. That support is no longer required, so that code should be removed. ** Affects: horizon Importance: Undecided Assignee: Chad Roberts (croberts

[Yahoo-eng-team] [Bug 1297902] [NEW] [UI] Cleanup import compatibility for Folsom

2014-03-26 Thread Chad Roberts
Assignee: Chad Roberts (croberts) Status: New ** Changed in: horizon Assignee: (unassigned) = Chad Roberts (croberts) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net

[Yahoo-eng-team] [Bug 1317124] [NEW] Datatables without filters are failing to update

2014-05-07 Thread Chad Roberts
Public bug reported: If a datatable does not have a filter on it, dynamic updating of the content is failing It looks like the first update is attemptd when the page loads, but then in the javascript console, the following appears... TypeError: horizon.datatables.qs[$table.attr(...)] is

[Yahoo-eng-team] [Bug 1381574] [NEW] Remove use of center tag in template

2014-10-15 Thread Chad Roberts
Public bug reported: In openstack_dashboard/dashboards/project/routers/templates/routers/extensions/routerrules/grid.html the center tag is used. As discussed in https://review.openstack.org/#/c/126141/10 the center tag should be stripped and the formatting should be handled via CSS. **

[Yahoo-eng-team] [Bug 1417264] [NEW] [data processing] The job page references a non-existing template

2015-02-02 Thread Chad Roberts
Roberts (croberts) Status: In Progress ** Changed in: horizon Assignee: (unassigned) = Chad Roberts (croberts) -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net

[Yahoo-eng-team] [Bug 1419141] [NEW] [data processing] The submit button on the Launch cluster form should read Launch

2015-02-06 Thread Chad Roberts
Public bug reported: *Low priority* On the data processing - clusters - Launch Cluster dialog, the button on the first dialog (plugin select) currently reads Create. Ideally, that should read Next. On the actual cluster launching dialog, the submit button reads Create. Ideally it should read

[Yahoo-eng-team] [Bug 1410941] [NEW] [data processing] The Plugin Select dialogs use unnecessary javascript

2015-01-14 Thread Chad Roberts
Public bug reported: * This is a technical debt item that is leftover from when we merged the Sahara dashboard into horizon. When clicking on the create/launch button for node group templates, cluster templates, or clusters the user is presented with a form to choose their plugin and version.

[Yahoo-eng-team] [Bug 1420937] [NEW] [data processing] Job binaries form has incorrect label

2015-02-11 Thread Chad Roberts
Public bug reported: *low priority* In the Data Processing - Job Binaries - Create form, the URL field has a sub-label of internal-db://. That label is incorrect and should read swift://. ** Affects: horizon Importance: Undecided Assignee: Chad Roberts (croberts) Status

[Yahoo-eng-team] [Bug 1420412] [NEW] [data processing] The create node group template form should be based on switched inputs

2015-02-10 Thread Chad Roberts
the switchable/switched mechanism native to horizon. ** Affects: horizon Importance: Undecided Assignee: Chad Roberts (croberts) Status: Confirmed ** Tags: sahara ** Changed in: horizon Assignee: (unassigned) = Chad Roberts (croberts) ** Changed in: horizon Status: New

[Yahoo-eng-team] [Bug 1422483] [NEW] [data processing] Remove custom javascript in data source create form

2015-02-16 Thread Chad Roberts
Roberts (croberts) Status: In Progress ** Tags: sahara ** Changed in: horizon Assignee: (unassigned) = Chad Roberts (croberts) ** Changed in: horizon Status: New = In Progress -- You received this bug notification because you are a member of Yahoo! Engineering Team, which

[Yahoo-eng-team] [Bug 1415055] [NEW] [data processing] The job binary form should be based on switched inputs

2015-01-27 Thread Chad Roberts
. ** Affects: horizon Importance: Undecided Assignee: Chad Roberts (croberts) Status: New ** Tags: sahara ** Changed in: horizon Assignee: (unassigned) = Chad Roberts (croberts) -- You received this bug notification because you are a member of Yahoo! Engineering Team

[Yahoo-eng-team] [Bug 1415090] [NEW] [data processing] The job form should be based on switched inputs

2015-01-27 Thread Chad Roberts
: Chad Roberts (croberts) Status: In Progress ** Tags: sahara ** Tags added: sahara ** Changed in: horizon Assignee: (unassigned) = Chad Roberts (croberts) ** Changed in: horizon Status: New = In Progress -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1419885] [NEW] [data processing] Unable to create a job

2015-02-09 Thread Chad Roberts
Public bug reported: Currently, creating a job via the Sahara UI fails. It looks like the job_type parameter is picking up a reference rather than an actual string. JOB_TYPE_MAP = {pig: _(Pig), hive: _(Hive), spark: _(Spark), mapreduce:

[Yahoo-eng-team] [Bug 1421287] [NEW] [data processing] Remove css from templates

2015-02-12 Thread Chad Roberts
Public bug reported: * low priority, technical debt item * There are a couple places in the Data Processing panels where there is css defined inside of the templates. Ideally, existing css rules can be applied to achieve the desired results, but it is possible that we may need to add new styles

[Yahoo-eng-team] [Bug 1434666] [NEW] [data processing] Remove absolute URLs from template

2015-03-20 Thread Chad Roberts
'horizon:project:data_processing.wizard:jobex_guide' %} ** Affects: horizon Importance: Undecided Assignee: Chad Roberts (croberts) Status: In Progress ** Tags: sahara ** Changed in: horizon Assignee: (unassigned) = Chad Roberts (croberts) -- You received this bug notification because

[Yahoo-eng-team] [Bug 1429987] [NEW] [data processing] After update to use data-processing, no sahara panels show up

2015-03-09 Thread Chad Roberts
needs to be updated to the following: permissions = ('openstack.services.data_processing',) ** Affects: horizon Importance: Undecided Assignee: Chad Roberts (croberts) Status: In Progress ** Tags: sahara -- You received this bug notification because you are a member of Yahoo

[Yahoo-eng-team] [Bug 1450535] [NEW] [data processing] Create node group and cluster templates can fail

2015-04-30 Thread Chad Roberts
the required kwargs are already available in request.resolver_match.kwargs. ** Affects: horizon Importance: Undecided Assignee: Chad Roberts (croberts) Status: New ** Tags: sahara ** Changed in: horizon Assignee: (unassigned) = Chad Roberts (croberts) -- You received this bug

[Yahoo-eng-team] [Bug 1453953] [NEW] [data processing] Unable to upload job binaries

2015-05-11 Thread Chad Roberts
Public bug reported: This bug was originally written against Sahara, but it appears to be a Horizon issue instead, so I'm reporting it here. When trying to upload the spark-example.jar from the Sahara edp- examples, it fails with the message Danger: There was an error submitting the form. Please

[Yahoo-eng-team] [Bug 1440813] [NEW] [data processing] Job details page links None for data sources

2015-04-06 Thread Chad Roberts
source details page comes up with an error message box. If a data source is None for a job, we should not attempt to make it a link. ** Affects: horizon Importance: Undecided Assignee: Chad Roberts (croberts) Status: New ** Tags: sahara ** Changed in: horizon Assignee

[Yahoo-eng-team] [Bug 1441688] [NEW] [data processing] Unable to run Spark jobs

2015-04-08 Thread Chad Roberts
hidden. I think a simple fix would be to use another value to indicate that no data source is the choice (which is valid for some job types). ** Affects: horizon Importance: Undecided Assignee: Chad Roberts (croberts) Status: New ** Tags: sahara ** Changed in: horizon

[Yahoo-eng-team] [Bug 1441731] [NEW] [data processing] Jobs table sort order by id is nonsensical

2015-04-08 Thread Chad Roberts
Public bug reported: I'm proposing this for Liberty. Once you have run several jobs the default sort order on the data processing Jobs table really stops making sense. It is currently sorted by ID, which is just a long uuid. This results in newly added jobs being added to the middle of the

[Yahoo-eng-team] [Bug 1463838] [NEW] [data processing] Stack trace for invalid cluster details page

2015-06-10 Thread Chad Roberts
Public bug reported: If you take the URL for a cluster and edit it to reference a cluster ID that does not exist, you get a stack trace page rather than a regular Horizon page with a red box error message. Easiest way to reproduce Go to a cluster details page: (sample url)

[Yahoo-eng-team] [Bug 1459386] [NEW] [data processing] All Create buttons are resulting in non-modal form

2015-05-27 Thread Chad Roberts
Public bug reported: *critical for data processing* In the Data Processing UI (Sahara), in each of the panels that have Create X buttons to create each object, those create buttons are currently resulting in a non-modal form that is broken. ** Affects: horizon Importance: Undecided

[Yahoo-eng-team] [Bug 1459386] Re: [data processing] All Create buttons are resulting in non-modal form

2015-08-14 Thread Chad Roberts
** Changed in: horizon Status: New = Invalid -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Dashboard (Horizon). https://bugs.launchpad.net/bugs/1459386 Title: [data processing] All Create buttons are

[Yahoo-eng-team] [Bug 1495634] [NEW] [sahara] Cluster creation fails

2015-09-14 Thread Chad Roberts
Public bug reported: When attempting to create a cluster via Sahara under Data Processing, the cluster creation fails. In the log, the following can be seen: Recoverable error: 'cluster_count' I suspect that the recent addition of cluster_count may not be in the currently used version of

[Yahoo-eng-team] [Bug 1500468] [NEW] [Sahara] Cluster Node Process list display is unsightly

2015-09-28 Thread Chad Roberts
Public bug reported: ** Low Priority ** Under Data Processing -> Clusters -> to see the details page, then click on the Node Groups tab. The alignment of the list of node processes is rather ugly. The dots for the list appear to the left of everything else in the node group details. It seems