[GitHub] [cloudstack-primate] borisstoyanov commented on issue #551: [Usability] Login screen - Make the cursor at username field when loading the screen

2020-07-27 Thread GitBox


borisstoyanov commented on issue #551:
URL: 
https://github.com/apache/cloudstack-primate/issues/551#issuecomment-664164115


   ![Screenshot 2020-07-27 at 10 11 
37](https://user-images.githubusercontent.com/13551960/88513769-94e00a00-cff1-11ea-886e-04baef6afdbc.png)
   Looking good with #539 



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




[GitHub] [cloudstack-primate] rhtyd merged pull request #481: Compare translation keys and doclinks usage and migration of translation from old UI

2020-07-27 Thread GitBox


rhtyd merged pull request #481:
URL: https://github.com/apache/cloudstack-primate/pull/481


   



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




[GitHub] [cloudstack-primate] rhtyd commented on a change in pull request #539: Consolidated Bug fixes

2020-07-27 Thread GitBox


rhtyd commented on a change in pull request #539:
URL: https://github.com/apache/cloudstack-primate/pull/539#discussion_r460701512



##
File path: src/config/section/event.js
##
@@ -44,7 +44,9 @@ export default {
 ids: {
   value: (record) => { return record.id }
 }
-  }
+  },
+  show: (record, store) => { return 
!['User'].includes(store.userInfo.roletype) },
+  groupShow: (record, store) => { return 
!['User'].includes(store.userInfo.roletype) }

Review comment:
   @davidjumani why not use the show as the implementation is same - the 
condition for showing the button can remain same? (or does it conflict with 
other views like stop/start vms etc.)?





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




[GitHub] [cloudstack-primate] rhtyd commented on pull request #539: Consolidated Bug fixes

2020-07-27 Thread GitBox


rhtyd commented on pull request #539:
URL: 
https://github.com/apache/cloudstack-primate/pull/539#issuecomment-664175821


   Merging this to unblock testing @davidjumani pl start another PR if new 
issues or regressions are seen



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




[GitHub] [cloudstack-primate] rhtyd commented on pull request #539: Consolidated Bug fixes

2020-07-27 Thread GitBox


rhtyd commented on pull request #539:
URL: 
https://github.com/apache/cloudstack-primate/pull/539#issuecomment-664176062


   on refresh/merge conflicts seen - @davidjumani can you fix conflicts against 
latest master?



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




[GitHub] [cloudstack-primate] rhtyd commented on pull request #458: Adding quick-view options to list view

2020-07-27 Thread GitBox


rhtyd commented on pull request #458:
URL: 
https://github.com/apache/cloudstack-primate/pull/458#issuecomment-664176547


   @blueorangutan package



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




[GitHub] [cloudstack-primate] rhtyd merged pull request #547: fix params passed during tag deletion

2020-07-27 Thread GitBox


rhtyd merged pull request #547:
URL: https://github.com/apache/cloudstack-primate/pull/547


   



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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #458: Adding quick-view options to list view

2020-07-27 Thread GitBox


blueorangutan commented on pull request #458:
URL: 
https://github.com/apache/cloudstack-primate/pull/458#issuecomment-664176978


   @rhtyd a Jenkins job has been kicked to build primate packages. I'll keep 
you posted as I make progress.



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




[GitHub] [cloudstack-primate] rhtyd merged pull request #545: add systemvmtype and issystem params to list service offering for VR

2020-07-27 Thread GitBox


rhtyd merged pull request #545:
URL: https://github.com/apache/cloudstack-primate/pull/545


   



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




[GitHub] [cloudstack-primate] rhtyd commented on pull request #552: Fix users form, network SG and VPC

2020-07-27 Thread GitBox


rhtyd commented on pull request #552:
URL: 
https://github.com/apache/cloudstack-primate/pull/552#issuecomment-664177459


   @utchoang can you fix the conflicts against latest master?



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




[GitHub] [cloudstack-primate] rhtyd commented on pull request #553: Dont display "isolated network" section for SG enabled zone

2020-07-27 Thread GitBox


rhtyd commented on pull request #553:
URL: 
https://github.com/apache/cloudstack-primate/pull/553#issuecomment-664177671


   @davidjumani @utchoang can you help review this? Thnx
   @blueorangutan package



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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #553: Dont display "isolated network" section for SG enabled zone

2020-07-27 Thread GitBox


blueorangutan commented on pull request #553:
URL: 
https://github.com/apache/cloudstack-primate/pull/553#issuecomment-664177859


   @rhtyd a Jenkins job has been kicked to build primate packages. I'll keep 
you posted as I make progress.



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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #458: Adding quick-view options to list view

2020-07-27 Thread GitBox


blueorangutan commented on pull request #458:
URL: 
https://github.com/apache/cloudstack-primate/pull/458#issuecomment-664180857


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/458 (JID-2655)



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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #553: Dont display "isolated network" section for SG enabled zone

2020-07-27 Thread GitBox


blueorangutan commented on pull request #553:
URL: 
https://github.com/apache/cloudstack-primate/pull/553#issuecomment-664181809


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/553 (JID-2656)



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




[GitHub] [cloudstack-primate] davidjumani commented on a change in pull request #539: Consolidated Bug fixes

2020-07-27 Thread GitBox


davidjumani commented on a change in pull request #539:
URL: https://github.com/apache/cloudstack-primate/pull/539#discussion_r460714931



##
File path: src/config/section/event.js
##
@@ -44,7 +44,9 @@ export default {
 ids: {
   value: (record) => { return record.id }
 }
-  }
+  },
+  show: (record, store) => { return 
!['User'].includes(store.userInfo.roletype) },
+  groupShow: (record, store) => { return 
!['User'].includes(store.userInfo.roletype) }

Review comment:
   Yup. Causes issues and shows stop / start based on the first vm's state





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




[GitHub] [cloudstack-primate] utchoang opened a new pull request #556: German transaltion

2020-07-27 Thread GitBox


utchoang opened a new pull request #556:
URL: https://github.com/apache/cloudstack-primate/pull/556


   @rhtyd @svenvogel 
   Add new translations for German-based on `en.json`



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




[GitHub] [cloudstack-primate] davidjumani commented on pull request #539: Consolidated Bug fixes

2020-07-27 Thread GitBox


davidjumani commented on pull request #539:
URL: 
https://github.com/apache/cloudstack-primate/pull/539#issuecomment-664190544


   @rhtyd Done!
   @blueorangutan package



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




[GitHub] [cloudstack-primate] davidjumani commented on a change in pull request #553: Dont display "isolated network" section for SG enabled zone

2020-07-27 Thread GitBox


davidjumani commented on a change in pull request #553:
URL: https://github.com/apache/cloudstack-primate/pull/553#discussion_r460721718



##
File path: src/views/network/CreateNetwork.vue
##
@@ -95,8 +95,9 @@ export default {
 isAdvancedZoneWithoutSGAvailable () {
   for (const i in this.actionZones) {
 const zone = this.actionZones[i]
-if (zone.networktype === 'Advanced' && zone.securitygroupsenabled !== 
true) {
-  return true
+// Dont display isolated networks for advanced with sg enabled
+if (zone.networktype === 'Advanced' && zone.securitygroupsenabled === 
true) {
+  return false

Review comment:
   Would this break if there are multiple zones and one with SG Enabled ?

##
File path: src/views/network/CreateNetwork.vue
##
@@ -95,8 +95,9 @@ export default {
 isAdvancedZoneWithoutSGAvailable () {
   for (const i in this.actionZones) {
 const zone = this.actionZones[i]
-if (zone.networktype === 'Advanced' && zone.securitygroupsenabled !== 
true) {
-  return true
+// Dont display isolated networks for advanced with sg enabled
+if (zone.networktype === 'Advanced' && zone.securitygroupsenabled === 
true) {
+  return false
 }
   }
   return true

Review comment:
   return false over here instead ?





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




[GitHub] [cloudstack-primate] blueorangutan commented on pull request #539: Consolidated Bug fixes

2020-07-27 Thread GitBox


blueorangutan commented on pull request #539:
URL: 
https://github.com/apache/cloudstack-primate/pull/539#issuecomment-664198914


   Packaging result: :heavy_check_mark:centos :heavy_check_mark:debian 
:heavy_check_mark:archive.
   QA: http://primate-qa.cloudstack.cloud:8080/client/pr/539 (JID-2658)



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




[GitHub] [cloudstack-primate] onitake commented on a change in pull request #556: German transaltion

2020-07-27 Thread GitBox


onitake commented on a change in pull request #556:
URL: https://github.com/apache/cloudstack-primate/pull/556#discussion_r460739004



##
File path: src/locales/de_DE.json
##
@@ -1,24 +1,34 @@
 {
-"changed.item.properties": "Ge\u00e4nderte Eintragseigenschaften",
-"confirm.enable.s3": "Bitte f\u00fcgen Sie die folgenden Informationen hinzu, 
um die Unterst\u00fctzung f\u00fcr \"S3-backed Secondary Storage\" 
hinzuzuf\u00fcgen",
-"confirm.enable.swift": "Bitte f\u00fcgen Sie die folgenden Informationen 
hinzu, um die Unterst\u00fctzung f\u00fcr Swift zu erm\u00f6glichen.",
-"error.could.not.change.your.password.because.non.native.user": "Fehler! Ihr 
Passwort konnte nicht ge\u00e4ndert werden, weil LDAP konfiguriert wurde.",
+"changed.item.properties": "Geänderte Eintragseigenschaften",
+"confirm.enable.s3": "Bitte fügen Sie die folgenden Informationen hinzu, um 
die Unterstützung für \"S3-backed Secondary Storage\" hinzuzufügen",
+"confirm.enable.swift": "Bitte fügen Sie die folgenden Informationen hinzu, um 
die Unterstützung für Swift zu ermöglichen.",
+"error.could.not.change.your.password.because.non.native.user": "Fehler! Ihr 
Passwort konnte nicht geändert werden, weil LDAP konfiguriert wurde.",
 "error.could.not.enable.zone": "Zone konnte nicht aktiviert werden",
-"error.installwizard.message": "Etwas ging schief; Sie k\u00f6nnen 
zur\u00fcckgehen um m\u00f6gliche Fehler zu beheben",
-"error.invalid.username.password": "Ung\u00fcltiger Benutzername oder 
ung\u00fcltiges Passwort",
-"error.login": "Ihr Benutzername / Passwort stimmt nicht mit unseren 
Aufzeichnungen \u00fcberein.",
-"error.menu.select": "Es ist nicht m\u00f6glich dies auszuf\u00fchren, weil 
nichts ausgew\u00e4hlt wurde.",
-"error.mgmt.server.inaccessible": "Der Verwaltungsserver ist nicht erreichbar. 
Bitte versuche Sie es sp\u00e4ter noch einmal.",
-"error.password.not.match": "Die Passwortfelder stimmen nicht \u00fcberein",
-"error.please.specify.physical.network.tags": "Netzwerk-Angebote sind nicht 
verf\u00fcgbar solange Sie keine Tags f\u00fcr dieses physische Netzwerk 
auff\u00fchren.",
+"error.dedicate.cluster.failed": "Dedizieren des Clusters fehlgeschlagen",
+"error.dedicate.host.failed": "Dedizieren des Hosts fehlgeschlagen",
+"error.dedicate.pod.failed": "Dedizieren des Pods fehlgeschlagen",
+"error.dedicate.zone.failed": "Dedizieren der Zone fehlgeschlagen",
+"error.execute.api.failed": "Ausführen der API fehlgeschlagen",
+"error.fetching.async.job.result": "Es ist ein Fehler aufgetreten, während ein 
asynchroner Job abgerufen wurde",
+"error.installwizard.message": "Etwas ging schief; Sie können zurückgehen um 
mögliche Fehler zu beheben",
+"error.invalid.username.password": "Ungültiger Benutzername oder ungültiges 
Passwort",
+"error.login": "Ihr Benutzername / Passwort stimmt nicht mit unseren 
Aufzeichnungen überein.",

Review comment:
   Ihr Benutzername oder Passwort konnte nicht validiert werden.

##
File path: src/locales/de_DE.json
##
@@ -1,24 +1,34 @@
 {
-"changed.item.properties": "Ge\u00e4nderte Eintragseigenschaften",
-"confirm.enable.s3": "Bitte f\u00fcgen Sie die folgenden Informationen hinzu, 
um die Unterst\u00fctzung f\u00fcr \"S3-backed Secondary Storage\" 
hinzuzuf\u00fcgen",
-"confirm.enable.swift": "Bitte f\u00fcgen Sie die folgenden Informationen 
hinzu, um die Unterst\u00fctzung f\u00fcr Swift zu erm\u00f6glichen.",
-"error.could.not.change.your.password.because.non.native.user": "Fehler! Ihr 
Passwort konnte nicht ge\u00e4ndert werden, weil LDAP konfiguriert wurde.",
+"changed.item.properties": "Geänderte Eintragseigenschaften",
+"confirm.enable.s3": "Bitte fügen Sie die folgenden Informationen hinzu, um 
die Unterstützung für \"S3-backed Secondary Storage\" hinzuzufügen",

Review comment:
   Bitte fügen Sie die folgenden Informationen hinzu, um die Unterstützung 
für \"S3-backed Secondary Storage\" zu aktivieren

##
File path: src/locales/de_DE.json
##
@@ -1,24 +1,34 @@
 {
-"changed.item.properties": "Ge\u00e4nderte Eintragseigenschaften",
-"confirm.enable.s3": "Bitte f\u00fcgen Sie die folgenden Informationen hinzu, 
um die Unterst\u00fctzung f\u00fcr \"S3-backed Secondary Storage\" 
hinzuzuf\u00fcgen",
-"confirm.enable.swift": "Bitte f\u00fcgen Sie die folgenden Informationen 
hinzu, um die Unterst\u00fctzung f\u00fcr Swift zu erm\u00f6glichen.",
-"error.could.not.change.your.password.because.non.native.user": "Fehler! Ihr 
Passwort konnte nicht ge\u00e4ndert werden, weil LDAP konfiguriert wurde.",
+"changed.item.properties": "Geänderte Eintragseigenschaften",
+"confirm.enable.s3": "Bitte fügen Sie die folgenden Informationen hinzu, um 
die Unterstützung für \"S3-backed Secondary Storage\" hinzuzufügen",
+"confirm.enable.swift": "Bitte fügen Sie die folgenden Informationen hinzu, um 
die Unterstützung für Swift zu ermöglichen.",

Review comment:
   Bitte fügen Sie die folgenden Informationen hinzu, um die Unterstützung 
für Swift z

[GitHub] [cloudstack-primate] onitake commented on a change in pull request #556: German transaltion

2020-07-27 Thread GitBox


onitake commented on a change in pull request #556:
URL: https://github.com/apache/cloudstack-primate/pull/556#discussion_r460740229



##
File path: src/locales/de_DE.json
##
@@ -1,24 +1,34 @@
 {
-"changed.item.properties": "Ge\u00e4nderte Eintragseigenschaften",
-"confirm.enable.s3": "Bitte f\u00fcgen Sie die folgenden Informationen hinzu, 
um die Unterst\u00fctzung f\u00fcr \"S3-backed Secondary Storage\" 
hinzuzuf\u00fcgen",
-"confirm.enable.swift": "Bitte f\u00fcgen Sie die folgenden Informationen 
hinzu, um die Unterst\u00fctzung f\u00fcr Swift zu erm\u00f6glichen.",
-"error.could.not.change.your.password.because.non.native.user": "Fehler! Ihr 
Passwort konnte nicht ge\u00e4ndert werden, weil LDAP konfiguriert wurde.",
+"changed.item.properties": "Geänderte Eintragseigenschaften",
+"confirm.enable.s3": "Bitte fügen Sie die folgenden Informationen hinzu, um 
die Unterstützung für \"S3-backed Secondary Storage\" hinzuzufügen",
+"confirm.enable.swift": "Bitte fügen Sie die folgenden Informationen hinzu, um 
die Unterstützung für Swift zu ermöglichen.",
+"error.could.not.change.your.password.because.non.native.user": "Fehler! Ihr 
Passwort konnte nicht geändert werden, weil LDAP konfiguriert wurde.",
 "error.could.not.enable.zone": "Zone konnte nicht aktiviert werden",
-"error.installwizard.message": "Etwas ging schief; Sie k\u00f6nnen 
zur\u00fcckgehen um m\u00f6gliche Fehler zu beheben",
-"error.invalid.username.password": "Ung\u00fcltiger Benutzername oder 
ung\u00fcltiges Passwort",
-"error.login": "Ihr Benutzername / Passwort stimmt nicht mit unseren 
Aufzeichnungen \u00fcberein.",
-"error.menu.select": "Es ist nicht m\u00f6glich dies auszuf\u00fchren, weil 
nichts ausgew\u00e4hlt wurde.",
-"error.mgmt.server.inaccessible": "Der Verwaltungsserver ist nicht erreichbar. 
Bitte versuche Sie es sp\u00e4ter noch einmal.",
-"error.password.not.match": "Die Passwortfelder stimmen nicht \u00fcberein",
-"error.please.specify.physical.network.tags": "Netzwerk-Angebote sind nicht 
verf\u00fcgbar solange Sie keine Tags f\u00fcr dieses physische Netzwerk 
auff\u00fchren.",
+"error.dedicate.cluster.failed": "Dedizieren des Clusters fehlgeschlagen",
+"error.dedicate.host.failed": "Dedizieren des Hosts fehlgeschlagen",
+"error.dedicate.pod.failed": "Dedizieren des Pods fehlgeschlagen",
+"error.dedicate.zone.failed": "Dedizieren der Zone fehlgeschlagen",
+"error.execute.api.failed": "Ausführen der API fehlgeschlagen",
+"error.fetching.async.job.result": "Es ist ein Fehler aufgetreten, während ein 
asynchroner Job abgerufen wurde",
+"error.installwizard.message": "Etwas ging schief; Sie können zurückgehen um 
mögliche Fehler zu beheben",
+"error.invalid.username.password": "Ungültiger Benutzername oder ungültiges 
Passwort",
+"error.login": "Ihr Benutzername / Passwort stimmt nicht mit unseren 
Aufzeichnungen überein.",
+"error.menu.select": "Es ist nicht möglich dies auszuführen, weil nichts 
ausgewählt wurde.",
+"error.mgmt.server.inaccessible": "Der Verwaltungsserver ist nicht erreichbar. 
Bitte versuche Sie es später noch einmal.",
+"error.password.not.match": "Die Passwortfelder stimmen nicht überein",
+"error.please.specify.physical.network.tags": "Netzwerk-Angebote sind nicht 
verfügbar solange Sie keine Tags für dieses physische Netzwerk aufführen.",

Review comment:
   Netzwerk-Offerings sind nicht verfügbar, solange keine Tags für das 
physische Netzwerk definiert sind.





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




[GitHub] [cloudstack-primate] onitake commented on a change in pull request #556: German transaltion

2020-07-27 Thread GitBox


onitake commented on a change in pull request #556:
URL: https://github.com/apache/cloudstack-primate/pull/556#discussion_r460739333



##
File path: src/locales/de_DE.json
##
@@ -1,24 +1,34 @@
 {
-"changed.item.properties": "Ge\u00e4nderte Eintragseigenschaften",
-"confirm.enable.s3": "Bitte f\u00fcgen Sie die folgenden Informationen hinzu, 
um die Unterst\u00fctzung f\u00fcr \"S3-backed Secondary Storage\" 
hinzuzuf\u00fcgen",
-"confirm.enable.swift": "Bitte f\u00fcgen Sie die folgenden Informationen 
hinzu, um die Unterst\u00fctzung f\u00fcr Swift zu erm\u00f6glichen.",
-"error.could.not.change.your.password.because.non.native.user": "Fehler! Ihr 
Passwort konnte nicht ge\u00e4ndert werden, weil LDAP konfiguriert wurde.",
+"changed.item.properties": "Geänderte Eintragseigenschaften",
+"confirm.enable.s3": "Bitte fügen Sie die folgenden Informationen hinzu, um 
die Unterstützung für \"S3-backed Secondary Storage\" hinzuzufügen",
+"confirm.enable.swift": "Bitte fügen Sie die folgenden Informationen hinzu, um 
die Unterstützung für Swift zu ermöglichen.",
+"error.could.not.change.your.password.because.non.native.user": "Fehler! Ihr 
Passwort konnte nicht geändert werden, weil LDAP konfiguriert wurde.",
 "error.could.not.enable.zone": "Zone konnte nicht aktiviert werden",
-"error.installwizard.message": "Etwas ging schief; Sie k\u00f6nnen 
zur\u00fcckgehen um m\u00f6gliche Fehler zu beheben",
-"error.invalid.username.password": "Ung\u00fcltiger Benutzername oder 
ung\u00fcltiges Passwort",
-"error.login": "Ihr Benutzername / Passwort stimmt nicht mit unseren 
Aufzeichnungen \u00fcberein.",
-"error.menu.select": "Es ist nicht m\u00f6glich dies auszuf\u00fchren, weil 
nichts ausgew\u00e4hlt wurde.",
-"error.mgmt.server.inaccessible": "Der Verwaltungsserver ist nicht erreichbar. 
Bitte versuche Sie es sp\u00e4ter noch einmal.",
-"error.password.not.match": "Die Passwortfelder stimmen nicht \u00fcberein",
-"error.please.specify.physical.network.tags": "Netzwerk-Angebote sind nicht 
verf\u00fcgbar solange Sie keine Tags f\u00fcr dieses physische Netzwerk 
auff\u00fchren.",
+"error.dedicate.cluster.failed": "Dedizieren des Clusters fehlgeschlagen",
+"error.dedicate.host.failed": "Dedizieren des Hosts fehlgeschlagen",
+"error.dedicate.pod.failed": "Dedizieren des Pods fehlgeschlagen",
+"error.dedicate.zone.failed": "Dedizieren der Zone fehlgeschlagen",
+"error.execute.api.failed": "Ausführen der API fehlgeschlagen",
+"error.fetching.async.job.result": "Es ist ein Fehler aufgetreten, während ein 
asynchroner Job abgerufen wurde",
+"error.installwizard.message": "Etwas ging schief; Sie können zurückgehen um 
mögliche Fehler zu beheben",
+"error.invalid.username.password": "Ungültiger Benutzername oder ungültiges 
Passwort",
+"error.login": "Ihr Benutzername / Passwort stimmt nicht mit unseren 
Aufzeichnungen überein.",
+"error.menu.select": "Es ist nicht möglich dies auszuführen, weil nichts 
ausgewählt wurde.",
+"error.mgmt.server.inaccessible": "Der Verwaltungsserver ist nicht erreichbar. 
Bitte versuche Sie es später noch einmal.",

Review comment:
   Der Management Server ist nicht erreichbar. Bitte versuchen Sie es 
später noch einmal.





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




[GitHub] [cloudstack-primate] rhtyd merged pull request #539: Consolidated Bug fixes

2020-07-27 Thread GitBox


rhtyd merged pull request #539:
URL: https://github.com/apache/cloudstack-primate/pull/539


   



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




[GitHub] [cloudstack-primate] rhtyd merged pull request #552: Fix users form, network SG and VPC

2020-07-27 Thread GitBox


rhtyd merged pull request #552:
URL: https://github.com/apache/cloudstack-primate/pull/552


   



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




[GitHub] [cloudstack-primate] rhtyd closed issue #551: [Usability] Login screen - Make the cursor at username field when loading the screen

2020-07-27 Thread GitBox


rhtyd closed issue #551:
URL: https://github.com/apache/cloudstack-primate/issues/551


   



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




[GitHub] [cloudstack-primate] rhtyd commented on issue #551: [Usability] Login screen - Make the cursor at username field when loading the screen

2020-07-27 Thread GitBox


rhtyd commented on issue #551:
URL: 
https://github.com/apache/cloudstack-primate/issues/551#issuecomment-664250773


   PR merged, closing this



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




[GitHub] [cloudstack-primate] rhtyd commented on issue #528: Consolidated Bug List from Testing/Review

2020-07-27 Thread GitBox


rhtyd commented on issue #528:
URL: 
https://github.com/apache/cloudstack-primate/issues/528#issuecomment-664251031


   @davidjumani can you strike off anything from the list that got merged from 
the consolidate bugfix PR



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




[GitHub] [cloudstack-primate] rhtyd merged pull request #543: Fix template search

2020-07-27 Thread GitBox


rhtyd merged pull request #543:
URL: https://github.com/apache/cloudstack-primate/pull/543


   



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




[GitHub] [cloudstack-primate] davidjumani commented on issue #528: Consolidated Bug List from Testing/Review

2020-07-27 Thread GitBox


davidjumani commented on issue #528:
URL: 
https://github.com/apache/cloudstack-primate/issues/528#issuecomment-664281254


   Fixed from the original list :
   
   Via #552
   - ~Change or remove (explain?) what "Add new VM" is from VPC tiers tab; (a) 
allow users to add existing VMs or (b) deploy new VMs on the specific VPC tier, 
the deployment form does not auto-select the specific VPC tier~
   - ~Hide SG feature when there are no zones with SG enabled (may be done 
during API discovery, don't create the SG route if no zones have SG enabled)~
   - ~Fix the add and edit users form to show timezone as list of searchable 
dropdown like in the add account form~
   
   Fixed in #539 
   - ~Fix button name in VM deployment form in its network section to "Create 
New Network"~
   - ~Hide the 'create private gateway' button for Users in VPC view (users not 
allowed to create private gateway)~ : Users do not have access to the create 
gateway API so already covered
   - ~Don't allow users in UI to delete/archive events~
   - ~From VRs or systemvms, click on compute offering the URL/path is not 
added with ?issystem=true, and show an empty resource view~
   - ~Add resources tab like from zone, but for pod and cluster (listCapacity)~
   
   TODO : 
   - Check and don't allow domain admins to see VRs tab in guest networks and 
in VPCs : But domain admins do have access to listrouters. Perhaps just remove 
the router-link ?
   - Show buttons with labels on resource view when the number of action 
buttons are very few
   - All icons UI-wide look hanging at the bottom in Firefox but not Chrome 
(could be AntD bug)
   - Whether we should show the reset password button for all VMs, including 
those not password enabled? (hidden in Primate based on password enabled option)



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




[GitHub] [cloudstack-primate] davidjumani opened a new issue #557: [TESTPLAN] Full Test Plan for 1.0/GA for Admin, KVM, ACS 4.14.1.0-SNAPSHOT

2020-07-27 Thread GitBox


davidjumani opened a new issue #557:
URL: https://github.com/apache/cloudstack-primate/issues/557


   Note: for User role test exclude after Account/User feature, for DomainAdmin 
role exclude after Infrastructure (except for Offerings)
   
   **Common**
   - [ ] Project selector
   - [ ] Language selector
   - [ ] Notifications / clear notifications
   - [ ] Paginations
   - [ ] Profile
   - [ ] Help
   - [ ] Logout
   - [ ] Context-sensitive help
   
   **Dashboard**
   - [ ] Fetch latest (only on Admin dashboard)
   - [ ] View hosts in alert state
   - [ ] View alerts
   - [ ] View events
   
   **Compute > Instances**
   - [ ] Basic search
   - [ ] Extended search
   - [ ] Sort
   - [ ] Links
   - [ ] Filter by
   - [ ] Create new instance
   
   **Compute > Kubernetes**
   This requires configuring and setting up CKS: 
http://docs.cloudstack.apache.org/en/latest/plugins/cloudstack-kubernetes-service.html
   - [ ] Basic search
   - [ ] Extended search
   - [ ] Sort
   - [ ] Links
   - [ ] Filter by
   - [ ] Add Kubernetes cluster
   - [ ] Start/stop a Kubernetes cluster
   - [ ] Scale Kubernetes cluster
   - [ ] Upgrade Kubernetes cluster
   - [ ] Delete Kubernetes cluster
   
   **Compute > Instances > selected instance**
   - [ ] View console
   - [ ] Reboot instance
   - [ ] Update instance
   - [ ] Start/Stop instance
   - [ ] Reinstall instance
   - [ ] Take snapshot
   - [ ] Assign VM to backup offering
   - [ ] Attach ISO
   - [ ] Scale VM
   - [ ] Migrate instance to another host
   - [ ] Change affinity
   - [ ] Change service offering
   - [ ] Reset Instance Password
   - [ ] Assign Instance to Another Account (VM must be stopped)
   - [ ] Network adapters
   - [ ]- Add network to VM
   - [ ]- Set default NIC
   - [ ]- Add/delete secondary IP address
   - [ ]- Delete VM network
   - [ ] Settings
   - [ ]- Add setting
   - [ ]- Update setting
   - [ ]- Delete setting
   - [ ] Add / delete comment
   - [ ] Add / delete tags
   - [ ] Links
   
   **Compute > Instance groups**
   - [ ] Search
   - [ ] Sort
   - [ ] Links
   - [ ] New instance group
   
   **Compute > Instance groups > selected instance group**
   - [ ] Links
   - [ ] Update instance group
   - [ ] Delete instance group
   
   **Compute > SSH Key Pairs**
   - [ ] Search
   - [ ] Sorting
   - [ ] Links
   - [ ] New SSH key pair
   
   **Compute > SSH Key Pairs > selected SSH key pair**
   - [ ] Links
   - [ ] Delete SSH key pair
   
   **Compute > Affinity Groups**
   - [ ] Search
   - [ ] Sort
   - [ ] Links
   - [ ] New affinity group
   
   **Compute > Affinity Groups > selected affinity group**
   - [ ] Links
   - [ ] Delete affinity group
   
   **Storage > Volumes**
   - [ ] Basic earch
   - [ ] Extended search
   - [ ] Sort
   - [ ] Links
   - [ ] Create volume
   - [ ] Upload local volume
   - [ ] Upload volume from URL
   
   **Storage > Volumes > selected volume**
   - [ ] Detach volume
   - [ ] Take snapshot
   - [ ] Recurring snapshot
   - [ ] Resize volume
   - [ ] Migrate volume
   - [ ] Download volume
   - [ ] Delete volume
   - [ ] Links
   - [ ] Add/delete tags
   
   **Storage > Snapshots**
   - [ ] Basic search
   - [ ] Extended search
   - [ ] Sort
   - [ ] Links
   
   **Storage > Snapshots > selected snapshot**
   - [ ] Links
   - [ ] Add/delete tags
   - [ ] Create template
   - [ ] Create volume
   - [ ] Revert snapshot
   - [ ] Delete snapshot
   
   **Storage > VM Snapshots**
   - [ ] Basic search
   - [ ] Extended search
   - [ ] Sort
   - [ ] Links
   
   **Storage > VM Snapshots > selected snapshot**
   - [ ] Links
   - [ ] Add/delete tags
   - [ ] Revert VM snapshot
   - [ ] Delete VM snapshot
   
   **Storage > Backups**
   - [ ] Import offering
   - [ ] Configure backup provider (Veeam)
   - [ ] Create backup offering
   - [ ] Assign VM to backup offering
   - [ ] Revert to backup
   - [ ] Delete backup
   
   **Network > Guest networks**
   - [ ] Basic search
   - [ ] Extended search
   - [ ] Sort
   - [ ] Links
   - [ ] Add network
   
   **Network > Guest networks > selected network**
   - [ ] Links
   - [ ] Add/delete tags
   - [ ] Update network
   - [ ] Restart network
   - [ ] Delete network
   - [ ] Acquire new IP (only for isolated networks)
   - [ ] Replace ACL list(only for VPC isolated networks)
   - [ ] Delete public IP address (only for isolated networks)
   - [ ] Add/delete egress rule (only for isolated networks)
   
   **Network > VPC **
   - [ ] Basic search
   - [ ] Extended search
   - [ ] Sort
   - [ ] Links
   - [ ] Add VPC
   
   **Network > VPC > selected VPC**
   - [ ] Links
   - [ ] Update VPC
   - [ ] Restart VPC
   - [ ] Delete VPC
   - [ ] Networks
   - [ ] - Links
   - [ ] - Paginations
   - [ ] - Add network
   - [ ] - Add internal LB
   - [ ] Public IP addresses
   - [ ] - Links
   - [ ] - Pagination
   - [ ] - Select tier
   - [ ] - Acquire new IP
   - [ ] - Delete IP address
   - [ ] Network ACL Lists
   - [