Skip to main content

High level CDK construct to provision GitLab integrations with AWS

Project description

NPM version PyPI version Release

cdk-gitlab

High level CDK construct to provision GitLab integrations with AWS

Sample

# Example automatically generated without compilation. See https://github.com/aws/jsii/issues/826
from cdk_gitlab import Provider, FargateJobExecutor, FargateRunner, JobExecutorImage

provider = Provider(stack, "GitlabProvider", vpc=vpc)

# create a Amazon EKS cluster
provider.create_fargate_eks_cluster(stack, "GitlabEksCluster",
    cluster_options={
        "vpc": vpc,
        "version": eks.KubernetesVersion.V1_18
    }
)

# create a default fargate runner with its job executor
provider.create_fargate_runner()

# alternatively, create the runner and the executor indivicually.
# first, create the executor
executor = FargateJobExecutor(stack, "JobExecutor",
    image=JobExecutorImage.DEBIAN
)

# second, create the runner with the task definition of the executor
FargateRunner(stack, "FargateRunner",
    vpc=vpc,
    executor=executor
)

# TBD - create Amazon EC2 runner for the GitLab
provider.create_ec2_runner(...)

Fargate Runner with Aamzon ECS

On deployment with createFargateRunner(), the Fargate Runner will be provisioned in Amazon ECS with AWS Fargate and Amazon ECS Capacity Providers. By default, the FARGATE and FARGATE_SPOT capacity providers are available for the Amazon ECS cluster and the runner and job executor will run on FARGATE_SPOT. You can specify your custom clusterDefaultCapacityProviderStrategy and serviceDefaultCapacityProviderStrategy properties from the FargateRunner construct for different capacity provider strategies.

Deploy

cdk deploy -c GITLAB_REGISTRATION_TOKEN=<TOKEN>

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

cdk-gitlab-0.1.24.tar.gz (42.5 kB view details)

Uploaded Source

Built Distribution

cdk_gitlab-0.1.24-py3-none-any.whl (40.9 kB view details)

Uploaded Python 3

File details

Details for the file cdk-gitlab-0.1.24.tar.gz.

File metadata

  • Download URL: cdk-gitlab-0.1.24.tar.gz
  • Upload date:
  • Size: 42.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.9

File hashes

Hashes for cdk-gitlab-0.1.24.tar.gz
Algorithm Hash digest
SHA256 b6ddbec38b29c466c3b3401e659bf1f6cf197197ea7764f2b88ccfb2fd18b26e
MD5 15250b8daaac1235cd85a48e7d8de485
BLAKE2b-256 5b28edb9eee7e0b66572ef8bd522defe6a19642f2795c3657ef5aae72e65cf8e

See more details on using hashes here.

File details

Details for the file cdk_gitlab-0.1.24-py3-none-any.whl.

File metadata

  • Download URL: cdk_gitlab-0.1.24-py3-none-any.whl
  • Upload date:
  • Size: 40.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.7.9

File hashes

Hashes for cdk_gitlab-0.1.24-py3-none-any.whl
Algorithm Hash digest
SHA256 faf252d37414deae4231927cd56bae3deef37bae354dc605106b0b622f56f56f
MD5 ec512240db73f1978b0d4e99f3089d7c
BLAKE2b-256 b33c2de0231ca6f024667b704fa919e45fecf9acb52b00e72a0d57abf104700e

See more details on using hashes here.

Supported by

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