Skip to main content

No project description provided

Project description

Made with pop, a Python implementation of Plugin Oriented Programming Made with Python

Description

The existing cloud infrastructure gets managed either directly via cloud provider console or via software tools like Terraform. The goal of project ‘Idem CodeGen’ is to onboard customers to use Idem for Infrastructure as Code (IaC) management solution by discovering their existing infrastructure and to facilitate the process of migration for customers who currently use Terraform for IaC management by converting terraform files into SLS files. Manually converting each Terraform file into SLS file is not a feasible option for any Terraform customer as all files collectively may comprise of 1000+ resource objects distributed across 100+ files. Also, for customers those use web console directly to manage the infrastructure, Idem can discover existing cloud infrastructure and automatically generates SLS code for all discovered resources. ‘Idem CodeGen’ leverages this capability to organise the SLS code by automatically generating hierarchical, maintainable and reusable SLS files.

Steps to run idem-codegen for terraform to idem IaC transformation

Run following commands:

pip install -e .
idem_codegen tf_idem -c [path_to_config_file]

Sample config file:

{
    "idem_codegen": {
        "tf_state_bucket_name": "",
        "tf_state_key": "",
        "idem_describe": False,
        "get_tf_state_from_s3": False,
        "output_directory_path": "[path_to_output_directory]",
        "idem_describe_path": "[path_to_idem_describe_response_file]",
        "tf_state_file_path": "[path_to_tfstate_json_file]",
        "terraform_directory_path": "[path_to_terraform_directory]",
        "group_style": "default"
    }
}

Steps to run idem-codegen for infrastructure discovery and IaC generation

Run following commands:

pip install -e .
idem_codegen discovery -c [path_to_config_file]

Sample config file:

{
    "idem_codegen": {
        "idem_describe": False,
        "output_directory_path": "[path_to_output_directory]",
        "idem_describe_path": "[path_to_idem_describe_response_file]",
        "group_style": "default"
    }
}

Steps to generate resource_ids from terraform state file

Run the following command:

idem_codegen generate --type=resource_ids -c [path_to_config_file]

Note-: ‘–type’ parameter is only required with ‘generate’ subcommand.

Sample config file:

{
    "idem_codegen": {
        "output_directory_path": "[path_to_output_directory]",
        "tf_state_file_path": "[path_to_tfstate_json_file]",
    }
}

Note-: Resource ids of security group rule have to be changed manually.

Run help command to understand more about configuration parameters:

idem_codegen --help

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

idem-codegen-2.1.0.tar.gz (43.3 kB view details)

Uploaded Source

Built Distribution

idem_codegen-2.1.0-py3-none-any.whl (62.1 kB view details)

Uploaded Python 3

File details

Details for the file idem-codegen-2.1.0.tar.gz.

File metadata

  • Download URL: idem-codegen-2.1.0.tar.gz
  • Upload date:
  • Size: 43.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/37.0 requests/2.28.1 requests-toolbelt/0.9.1 urllib3/1.26.12 tqdm/4.64.0 importlib-metadata/4.12.0 keyring/23.8.2 rfc3986/2.0.0 colorama/0.4.5 CPython/3.9.13

File hashes

Hashes for idem-codegen-2.1.0.tar.gz
Algorithm Hash digest
SHA256 6abc93dd00721f200a140c54e6400ec21ce77e5626c06c7fc143722b1a4008bd
MD5 ac1a9450093ce53ffdeb2133d70cc40a
BLAKE2b-256 2db9700a019b458afbf10043006aeba5e85e7ea10938c3edadb2b45e7a3176a3

See more details on using hashes here.

File details

Details for the file idem_codegen-2.1.0-py3-none-any.whl.

File metadata

  • Download URL: idem_codegen-2.1.0-py3-none-any.whl
  • Upload date:
  • Size: 62.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.8.0 pkginfo/1.8.3 readme-renderer/37.0 requests/2.28.1 requests-toolbelt/0.9.1 urllib3/1.26.12 tqdm/4.64.0 importlib-metadata/4.12.0 keyring/23.8.2 rfc3986/2.0.0 colorama/0.4.5 CPython/3.9.13

File hashes

Hashes for idem_codegen-2.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 98a3f07aba97d01d8a0b37cc53ec6e40a87172ef4283f7993d5e4593d5685fa3
MD5 917d235dd2ec51f1657661df788cc056
BLAKE2b-256 44d1cdf508554cd9fbb4c792ebce5a875ee0404a5474f3e84d00713f52b0b8a3

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page