multi-cloud
Here are 46 public repositories matching this topic...
CC: @Arnav15 @ramkumarvs
Existing test actions that can be used here. We would want to test only the yugabyte and yugaware helm charts and not all the charts in this repo.
-
Updated
Jun 17, 2020 - Go
Sorry, this is a verbal report from a customer, I don't have any logs or repro steps just yet.
According to customer S, they see failures in the join process due to some sort of timeout, if ICMP isn't enabled between hosts. This was reported to be related to a ping, however, based on the discussion I suspect it's more likely when the join process tests the endpoints for whether it's joining a
Is this a BUG REPORT or FEATURE REQUEST?:
Create Profile with invalid storage dataType: FAIL (No proper hint message why it is failing. For Ex: if you see, it validates for name datatype)
root@server:~/opensds-installer/ansible# osdsctl profile create '{"name": "1235", "storageType": block}'
ERROR: invalid character 'b' looking
-
Updated
Jun 8, 2020 - Go
-
Updated
Jun 16, 2020 - Python
Environment info
- NooBaa Version: 5
- Platform: NA
Actual behavior
- Pool info for cloud pools does not return the connection identity (access_key)
- This make it hard for the operator to detect if the pool really uses the correct connection.
Expected behavior
- Return the identity.
Steps to reproduce
- NA
More information - Screenshots / Logs / O
-
Updated
Nov 27, 2019 - Go
GCP does not have a direct analogue to firewalls/security group. A firewall resource in GCP is closer to a firewall rule in other providers. Therefore, the current implementation simulates groups of rules by a complicated procedure of tagging.
However, this complicates the code greatly, and has a significant impact on performance, since firewall rules must be repeatedly queried and grouped by t
-
Updated
Jun 10, 2020 - PLpgSQL
Describe the bug
The uninstall script assumes the clustername = namespace
https://github.com/open-cluster-management/deploy/blob/master/clean-clusters.sh#L41
oc delete namespace ${clusterName} --wait=false
But if it doesn't, the cluster is not deleted (the namespace is deleted)
Detaching imported clusters
Detaching cluster kni1-virtualmasters-baremetalworkers
Err
-
Updated
Apr 17, 2019 - Go
Is there documentation explaining architecture and how to write new drivers.
Would love to contribute however need to have more information instead of just guessing from the existing code.
Is this a BUG REPORT or FEATURE REQUEST?:
Uncomment only one, leave it on its own line:
/kind bug
/kind feature
What happened:
Gelato doesn't support versioning for objects.
What you expected to happen: Create proper design doc for supporting versioning in multicloud
**How to reproduce it (as minimal
-
Updated
Jun 19, 2020 - JavaScript
Steps to recreate:
- Save two sets of credentials for an OpenStack cloud, each in a different project (say projectA, and projectB).
- Set credentials for projectA as default
- Launch an instance using projectB credentials.
Expected:
The health check will use the non-default projectB credentials and healthcheck should succeed.
Actual:
The health check uses the default projectA cre
-
Updated
Jun 18, 2020 - Python
-
Updated
Jun 23, 2017 - HCL
-
Updated
Feb 6, 2020 - Go
-
Updated
Jul 20, 2019 - HTML
KIM: Spider 에게 API call 보낼 때, NameID 를 unique 하게 정해서 명령하는 방안
(e.g.
- UUID 중 일부를
- NS 이름 중 일부, MCIS 이름 중 일부 등을
NameID 에 postfix 로 붙여서 Spider API call 한다거나..)
-
Updated
Apr 9, 2019 - Perl
-
Updated
Nov 13, 2019 - Go
-
Updated
Aug 24, 2018 - Go
-
Updated
Jun 17, 2020 - Go
-
Updated
Dec 10, 2017 - C#
-
Updated
Jun 10, 2020 - Python
-
Updated
Nov 28, 2019 - Go
-
Updated
May 17, 2018 - Alloy
Improve this page
Add a description, image, and links to the multi-cloud topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the multi-cloud topic, visit your repo's landing page and select "manage topics."
https://gocloud.dev/howto/blob/open-bucket/#prefix
Comment from @vangent: "I think we can drop this section and just leave it in the godoc. Thoughts?"
Originally posted in google/go-cloud@ff6e56c_