Get this repository:
git clone https://git.launchpad.net/charm-aws-integrator

See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/juju-solutions/charm-aws-integrator.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-3 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-2 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 10 seconds — see the log

Branches

Name Last Modified Last Commit
master 2023-08-29 13:21:32 UTC
Merge pull request #50 from juju-solutions/akd/modernize-integration-tests

Author: Adam Dyess
Author Date: 2023-08-29 13:21:32 UTC

Merge pull request #50 from juju-solutions/akd/modernize-integration-tests

Test storage and provider-id via integration testing

bug/lp-1827409/error-in-status 2019-05-02 19:29:37 UTC
Include error type in error status message

Author: Cory Johns
Author Date: 2019-05-02 19:29:37 UTC

Include error type in error status message

The status message will now include the error type, e.g.
TagLimitExceeded, in the status message.

Fixes lp:1827409

updating-status-messages 2019-04-23 08:57:14 UTC
Update aws.py

Author: Joseph Borg
Author Date: 2019-04-23 08:57:14 UTC

Update aws.py

Removing periods after style discussion

bug/no-subnet-classic 2018-12-04 17:32:30 UTC
Make "subnet not found" non-fatal

Author: Cory Johns
Author Date: 2018-12-04 17:32:30 UTC

Make "subnet not found" non-fatal

EC2-Classic instances don't use VPCs or subnets, so tagging the subnet
should just be a no-op. See https://docs.aws.amazon.com/vpc/latest/userguide/what-is-amazon-vpc.html#what-is-supported-platform

update-policy-graceful-errors 2018-10-24 19:59:59 UTC
Gracefully handle errors during upgrade

Author: Cory Johns
Author Date: 2018-10-24 19:59:59 UTC

Gracefully handle errors during upgrade

update-app-specific-policies 2018-10-24 19:41:29 UTC
Rename functions to be clearer

Author: Cory Johns
Author Date: 2018-10-24 19:41:29 UTC

Rename functions to be clearer

recreate-policies-upgrade 2018-10-23 21:52:16 UTC
Fix policy name translation

Author: Cory Johns
Author Date: 2018-10-23 21:52:16 UTC

Fix policy name translation

readme-permissions 2018-09-06 21:37:50 UTC
Fix typo

Author: Cory Johns
Author Date: 2018-09-06 21:37:50 UTC

Fix typo

readme-perms 2018-08-15 14:33:29 UTC
Add IAM API link

Author: Cory Johns
Author Date: 2018-08-15 14:33:29 UTC

Add IAM API link

bug/21-api-doc-link 2018-08-01 14:50:27 UTC
Add explicit link to Requires API documentation

Author: Cory Johns
Author Date: 2018-08-01 14:50:27 UTC

Add explicit link to Requires API documentation

Fixes #21

readme-resources 2018-07-19 17:54:07 UTC
More wording change

Author: Cory Johns
Author Date: 2018-07-19 17:54:07 UTC

More wording change

app-ver 2018-06-07 19:26:54 UTC
Fix not sending version

Author: Cory Johns
Author Date: 2018-06-07 19:26:54 UTC

Fix not sending version

rename 2018-06-07 17:33:19 UTC
Rename to use -integrator suffix for clarity

Author: Cory Johns
Author Date: 2018-06-07 17:28:01 UTC

Rename to use -integrator suffix for clarity

readme-instructions 2018-04-10 22:00:31 UTC
Add deployment instructions to README

Author: Cory Johns
Author Date: 2018-04-10 22:00:31 UTC

Add deployment instructions to README

creds-file 2018-04-10 19:05:10 UTC
Add support for include-base64 config

Author: Cory Johns
Author Date: 2018-04-10 19:05:10 UTC

Add support for include-base64 config

generify-methods 2018-04-09 21:34:39 UTC
Update methods more generic and improve action result output

Author: Cory Johns
Author Date: 2018-04-09 21:34:39 UTC

Update methods more generic and improve action result output

Match interface method updates to move toward hopefully making the
interface provider agnostic.

Also improve action output by using the built-in structure nesting.

elb-test-fixes 2018-04-06 20:01:08 UTC
Fixes from testing ELB with cdk

Author: Cory Johns
Author Date: 2018-04-06 19:56:45 UTC

Fixes from testing ELB with cdk

* Add enablement for instance inspection and network management.
* Add describe-units action to get details about integration state.
* Rename security group tag method to better reflect that the SG is
  instance specific rather than unit.

Depends on juju-solutions/interface-aws#6

s3 2018-04-04 18:08:21 UTC
Fix colocated charms causing SG tagging to blow up

Author: Cory Johns
Author Date: 2018-04-04 18:08:21 UTC

Fix colocated charms causing SG tagging to blow up

remove-caching 2018-03-28 20:00:35 UTC
Fix result keys in list-iam-entities

Author: Cory Johns
Author Date: 2018-03-28 20:00:35 UTC

Fix result keys in list-iam-entities

ebs 2018-03-27 17:12:28 UTC
Implement EBS enablement

Author: Cory Johns
Author Date: 2018-03-27 17:12:28 UTC

Implement EBS enablement

sn-tags 2018-03-08 20:34:34 UTC
Implement instance subnet tagging

Author: Cory Johns
Author Date: 2018-03-08 20:34:34 UTC

Implement instance subnet tagging

Also refator the common tagging code a bit.

sg_tags 2018-03-08 19:09:10 UTC
Implement instance security group tagging

Author: Cory Johns
Author Date: 2018-03-08 19:09:10 UTC

Implement instance security group tagging

122 of 22 results

Other repositories

Name Last Modified
lp:charm-aws-integrator 2023-08-29
11 of 1 result
You can't create new repositories for AWS Integrator Charm.