[GitHub] [cloudstack-primate] rhtyd commented on issue #70: Volume Storage Migration

2019-12-16 Thread GitBox
rhtyd commented on issue #70: Volume Storage Migration
URL: 
https://github.com/apache/cloudstack-primate/issues/70#issuecomment-565997763
 
 
   @RitchieVincent old code/example: 
https://github.com/apache/cloudstack/blob/master/ui/scripts/storage.js#L148


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


Re: [PRIMATE][SIG] Meeting Notes

2019-12-16 Thread Rohit Yadav
16 Dec 2019 meeting notes:

Project board: https://github.com/apache/cloudstack-primate/projects/1
Est. total effort left: ~270 hours
Progress by number of supported APIs: ~70% (138 remaining APIs vs 461 APIs in 
old UI)

High-level changes since last two weeks:

  *   Infra/SSL-cert setup form
  *   Domain tree-based list view
  *   Reusable settings component for global settings and scoped settings (in 
domain, accounts, zones, cluster, primary/secondary storages etc)
  *   IAM: Account certs tab
  *   Compute: VM migration form, assign to account/project form
  *   Minor bug fixes and enhancements
  *   Work in progress:
 *   VM NIC/IP management buttons/views
 *   Backup and recovery UI views and actions

Actions and goals for the next two weeks are to continue to work on issues from 
the project board.


Regards,

Rohit Yadav

Software Architect, ShapeBlue

https://www.shapeblue.com


From: Rohit Yadav 
Sent: Monday, December 2, 2019 22:39
To: dev@cloudstack.apache.org 
Subject: Re: [PRIMATE][SIG] Meeting Notes

2 Dec 2019 meeting notes:

Project board: https://github.com/apache/cloudstack-primate/projects/1
Est. total effort left: ~300 hours
Progress by number of supported APIs: ~68% (148 remaining APIs vs 461 APIs in 
old UI)

High-level changes since last two weeks:

  *   docker support (wip) + eslint fixes
  *   all related navigation on views
  *   recursive actions/async polling + refresh
  *   reusable details setings for vm & templates
  *   breadcrumb fixes
  *   placement fixes, put actions in card
  *   contextual doc links in views and actions
  *   API remapping framework, most actions work now
  *   infra:summary page, boilerplate code

PRs:

  *   Tree-like domain view (in review, Sven/Hoang/EWerk)
  *   Infra/SSL cert setup form (in progress, Rohit/Shapeblue)
  *   VM deployment wizard (in progress, Sven/Florian/EWerk)
  *   Zone deployment (on-hold, Rohit/Shapeblue)

Actions and goals for the next two weeks:
Gabriel/PCExtreme: to pick a few UI issues from the board, Rohit to suggest 
easy tasks to start with
Sven/EWerk: Continue on the VM deployment and new tasks (project, account 
views/tabs)
Rohit/Shapeblue: write spec/requirements and details on project issues, 
progress on many of the design/arch issues as well as project board tasks


Regards,

Rohit Yadav

Software Architect, ShapeBlue

https://www.shapeblue.com


From: Rohit Yadav 
Sent: Monday, November 18, 2019 18:31
To: dev@cloudstack.apache.org 
Subject: [PRIMATE][SIG] Meeting Notes

18 Nov 2019

High level:

  *   Attendees - Bobby, Gabriel, Paul, Rohit
  *   High-level project updates discussed: no major changes or significant 
work in last two weeks
  *   Few bugs fixes and PRs merged in last two weeks
  *   Technical preview project/progress board: 
https://github.com/apache/cloudstack-primate/projects/1
  *   Discussed usage of Github packages for docker, maven etc.

Actions and agreements:

  *   Gabriel/PCExtreme: exploring a Docker image/setup, Wido has agreed to 
donate VM/resources for the CI/CD setup for PR (a live env on each PR) - to 
explore Docker image, CI/env setup and bot-integration on Primate PRs and 
support for IPv6 in the UI
  *   Bobby/ShapeBlue - manual QA (may commence effort towards end of Dec)
  *   Rohit/ShapeBlue - work stalled on zone deployment, likely to be resumed 
this week
  *   Paul/ShapeBlue, rest - discuss if having guided tutorials (both videos 
and articles/docs) may help in driving the interest and traction to development 
output

Discussion for the community - there has not been any significant development 
output lately, at least in the last 2-4 weeks:

  *   How can we encourage the community to participate and contribute 
development towards the Primate project?
  *   If we work on video and docs/article tutorials that illustrate and guide 
on how to work with the UI and implement a real-world component/requirement, 
would that help?


Regards,

Rohit Yadav

Software Architect, ShapeBlue

https://www.shapeblue.com

rohit.ya...@shapeblue.com
www.shapeblue.com
Amadeus House, Floral Street, London  WC2E 9DPUK
@shapeblue




rohit.ya...@shapeblue.com
www.shapeblue.com
Amadeus House, Floral Street, London  WC2E 9DPUK
@shapeblue




rohit.ya...@shapeblue.comĀ 
www.shapeblue.com
Amadeus House, Floral Street, London  WC2E 9DPUK
@shapeblue
  
 



[GitHub] [cloudstack-primate] rhtyd commented on issue #41: Project View and Actions

2019-12-16 Thread GitBox
rhtyd commented on issue #41: Project View and Actions
URL: 
https://github.com/apache/cloudstack-primate/issues/41#issuecomment-566114340
 
 
   Hi @utchoang cc @svenvogel - thanks for the screenshots. 
   
   1. The accounts tab looks good to me and the pagination as well. The project 
level action/button to add user to a project also looks good. However, the 
invitation needs to be implemented as a different top-level view (or maybe in 
additional to the tab) because a user who will get a project invitation won't 
be able to see the tab or invitation. Therefore, please implement a button in 
the main project list view which when clicked can show a modal/pop-up which can 
show this tab, i.e. list all the project invitations and allow a user to 
list/delete/update the project invitation.
   
   2. Only the project admin maybe shown the tab/ability to add/remove and 
become the project owner. A project admin can add other accounts using the 
addAccountToProject API, and similarly can list and delete accounts from a 
project. For this, the best way would be to see how's it's done in the old UI 
(see for reference if this helps - 
https://github.com/apache/cloudstack/blob/master/ui/scripts/projects.js#L469). 
The API permission, i.e. which user type is allowed to calls the API is granted 
via CloudStack roles where we define a role to have rules/permissions that says 
which APIs are allowed or not. All accounts belong to a role. Let me know if 
you've further questions or have I confused you already?
   
   3. See (1.), the project invitations can be shown and implemented as a 
action component (modal/pop-up) that simply lists all the invitations for the 
user/account and allow user/account to delete and update an invitation.
   
   Other requests - maybe if we can show a badge (similar to global 
notifications) to show number of available/pending invitations for a user.
   
   Let me know if you've any questions or need any further clarification.
   
   
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-kubernetes-provider] rakgenius opened a new issue #12: Prebuilt container image not found

2019-12-16 Thread GitBox
rakgenius opened a new issue #12: Prebuilt container image not found
URL: https://github.com/apache/cloudstack-kubernetes-provider/issues/12
 
 
   The link mentioned for the prebuilt docker hub image doesnt exist. It needs 
to be updated.
   
   https://hub.docker.com/r/apache/cloudstack-kubernetes-provider


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-primate] RitchieVincent opened a new pull request #72: [WIP] - Volume storage migration

2019-12-16 Thread GitBox
RitchieVincent opened a new pull request #72: [WIP] - Volume storage migration
URL: https://github.com/apache/cloudstack-primate/pull/72
 
 
   


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-primate] RitchieVincent commented on issue #72: [WIP] - Volume storage migration

2019-12-16 Thread GitBox
RitchieVincent commented on issue #72: [WIP] - Volume storage migration
URL: https://github.com/apache/cloudstack-primate/pull/72#issuecomment-566240626
 
 
   @rhtyd Just to note, I've added the exact same file/method located in 
`src/utils/plugins.js` as PR #71 . 


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [cloudstack-primate] utchoang commented on issue #41: Project View and Actions

2019-12-16 Thread GitBox
utchoang commented on issue #41: Project View and Actions
URL: 
https://github.com/apache/cloudstack-primate/issues/41#issuecomment-566404785
 
 
   Hi @rhtyd 
   Regarding to (1), I understand that there is no Invitation tab in project. 
Am I correct? In the old UI, I noticed that this tab is available to show users 
who are invited to a project
   
![project_invitations](https://user-images.githubusercontent.com/13766648/70971142-d7904a00-20d2-11ea-84bd-ba4ea9ce7d0c.png)


This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services