Skip to content

Commit

Permalink
Rename cloud integration interface layers to use -integration suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsca committed Jun 7, 2018
1 parent 067a175 commit ea6bb66
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -136,8 +136,8 @@ List of Interface Layers
| [apache-website](https://github.com/juju-solutions/interface-apache-website.git) | apache-website | Interface layer for the apache-website interface protocol |
| [arangodb](https://github.com/tengu-team/interface-arangodb.git) | arangodb | Interface layer for ArangoDB |
| [audit](https://launchpad.net/~timkuhlman/charm-layer-auditd/audit-interface) | audit | Interface for use with the auditd charm |
| [aws](https://github.com/juju-solutions/interface-aws.git) | aws | Interface layer for connecting to the AWS integration charm |
| [azure](https://github.com/juju-solutions/interface-azure.git) | azure | Interface layer for connecting to the Azure integration charm |
| [aws-integration](https://github.com/juju-solutions/interface-aws-integration.git) | aws-integration | Interface layer for connecting to the AWS integration charm |
| [azure-integration](https://github.com/juju-solutions/interface-azure-integration.git) | azure-integration | Interface layer for connecting to the Azure integration charm |
| [barbican-hsm](https://github.com/openstack/charm-interface-barbican-hsm) | barbican-hsm | Interface supporting the integration between Barbican and HSM devices |
| [basic-auth-check](https://github.com/CanonicalLtd/juju-interface-basic-auth-check) | basic-auth-check | Interface for the basic-auth-service to validate HTTP Basic-Auth credentials |
| [benchmark](https://github.com/juju-solutions/interface-benchmark.git) | benchmark | Interface layer for the benchmark protocol |
Expand Down Expand Up @@ -171,7 +171,7 @@ List of Interface Layers
| [etcd-proxy](https://github.com/juju-solutions/interface-etcd-proxy) | etcd-proxy | Do you need etcd as a read/readwrite proxy to a cluster? use this interface. |
| [etcd](https://github.com/juju-solutions/interface-etcd) | etcd | Interface for relating to etcd |
| [flume-agent](https://github.com/juju-solutions/interface-flume-agent.git) | flume-agent | Interface layer for communication between Apache Flume charms |
| [gcp](https://github.com/juju-solutions/interface-gcp.git) | gcp | Interface layer for connecting to the GCP integration charm |
| [gcp-integration](https://github.com/juju-solutions/interface-gcp-integration.git) | gcp-integration | Interface layer for connecting to the GCP integration charm |
| [giraph](https://github.com/juju-solutions/interface-giraph) | giraph | This interface handles the communication between Apache Giraph and its clients |
| [gluster-fuse](https://github.com/cholcombe973/juju-interface-gluster-fuse) | gluster-fuse | Distributed posix storage provided by GlusterFS |
| [gluster-nfs](https://github.com/cholcombe973/juju-interface-gluster-client) | gluster-nfs | Scale out NFS provided by GlusterFS |
Expand Down
6 changes: 6 additions & 0 deletions interfaces/aws-integration.json
@@ -0,0 +1,6 @@
{
"id": "aws-integration",
"name": "aws-integration",
"repo": "https://github.com/juju-solutions/interface-aws-integration.git",
"summary": "Interface layer for connecting to the AWS integration charm"
}
6 changes: 0 additions & 6 deletions interfaces/aws.json

This file was deleted.

6 changes: 6 additions & 0 deletions interfaces/azure-integration.json
@@ -0,0 +1,6 @@
{
"id": "azure-integration",
"name": "azure-integration",
"repo": "https://github.com/juju-solutions/interface-azure-integration.git",
"summary": "Interface layer for connecting to the Azure integration charm"
}
6 changes: 0 additions & 6 deletions interfaces/azure.json

This file was deleted.

7 changes: 7 additions & 0 deletions interfaces/gcp-integration.json
@@ -0,0 +1,7 @@
{
"id": "gcp-integration",
"name": "gcp-integration",
"repo": "https://github.com/juju-solutions/interface-gcp-integration.git",
"summary": "Interface layer for connecting to the GCP integration charm"
}

7 changes: 0 additions & 7 deletions interfaces/gcp.json

This file was deleted.

0 comments on commit ea6bb66

Please sign in to comment.