#codefresh (2019-06)

codefresh

Archive: https://archive.sweetops.com/codefresh/

2019-06-02

Codefresh Status - Incident History avatar
Codefresh Status - Incident History
07:09:37 PM

Codefresh availability Jun 2, 19:05 UTC Investigating - We are currently having an availability issue, from initial investigation this is happening due to Google Cloud Platform cross region issue. We are working to resolve the issue

Codefresh availability

Codefresh’s Status Page - Codefresh availability.

Codefresh Status - Incident History avatar
Codefresh Status - Incident History
07:39:51 PM

Codefresh availability Jun 2, 19:23 UTC Monitoring - Issue have been resolved and system is fully operational, we’re still monitoring the status Jun 2, 19:05 UTC Investigating - We are currently having an availability issue, from initial investigation this is happening due to Google Cloud Platform cross region issue. We are working to resolve the issue

Codefresh Status - Incident History avatar
Codefresh Status - Incident History
08:44:40 PM

Codefresh availability Jun 2, 20:32 UTC Update - We are still having issues due to a cross region incident over at GCP: https://status.cloud.google.com/ Jun 2, 19:23 UTC Monitoring - Issue have been resolved and system is fully operational, we’re still monitoring the status Jun 2, 19:05 UTC Investigating - We are currently having an availability issue, from initial investigation this is happening due to Google Cloud Platform cross region issue. We are working to resolve the issue

Codefresh availability

Codefresh’s Status Page - Codefresh availability.

Codefresh Status - Incident History avatar
Codefresh Status - Incident History
12:59:53 AM

Codefresh availability Jun 3, 00:45 UTC Resolved - GCP has updated its Status Page and has confirmed that the incident is resolved. We validated that Codefresh is working as expected now. The incident is resolved.

More information about GCP’s incident here: https://status.cloud.google.com/incident/compute/19003 Jun 2, 20:32 UTC Update - We are still having issues due to a cross region incident over at GCP: https://status.cloud.google.com/ Jun 2, 19:23 UTC Monitoring - Issue have been resolved and system is…

Codefresh availability

Codefresh’s Status Page - Codefresh availability.

2019-06-10

pete avatar

Hey ya’ll. Running into a weird issue. I’m trying to run the following step in a freestyle project:

steps:
  install_deps:
    title: Install deps
    image: 'python:3'
    working_directory: ${{main_clone}}
    commands:
      - python3 -m venv venv
      - . venv/bin/activate
      - pip install -r requirements.txt
      - ./scripts/test.sh

And it falls on its face. It seems to be getting confused about the order in which the commands are supposed to be run? This runs perfectly fine on CircleCI.

How does CodeFresh run commands, does it use the shell of the image I specify, or something else?

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Based on what you’ve shared, there’s no main_clone step defined. I know that it used to be implicit, but I think that codefresh has been moving towards making that explicit.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Also, it helps if you share the literal error, otherwise we don’t know what’s broken.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
cloudposse/example-app

Example application for CI/CD demonstrations of Codefresh - cloudposse/example-app

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Here’s an example of the main_clone step

pete avatar

Sure thing, this is the error:

Traceback (most recent call last):                                                                                                       
  File "<string>", line 1, in <module>                                                                                                   
AttributeError: module 'nltk' has no attribute '__version__'                                                                             
Traceback (most recent call last):                                                                                                       
  File "<string>", line 1, in <module>                                                                                                   
AttributeError: module 'nltk' has no attribute 'download'                                                                                
Reading environment variable exporting file contents.                                                                                    
[SYSTEM]                                                                                                                                 
 Message             Failed to run freestyle step: Install deps                                                                          
 Caused by           Container for step title: Install deps, step type: freestyle, operation: Freestyle step failed                      
                     with exit code: 1                                                                                                   
 Documentation Link  <https://codefresh.io/docs/docs/codefresh-yaml/steps/freestyle/>                                                      
 Action Items        Fix command : ./scripts/test.sh                                                                            
 Exit code           1                                                                                                                   
 Name                NonZeroExitCodeError   
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Can you share your corresponding circle config?

pete avatar

Managed to get around it by moving the steps inside a Dockerfile instead of the codefresh.yml.

pete avatar

Still new to this platform so will post any other issues I encounter on here. thumbsup_all

2019-06-12

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Public #office-hours starting now! Join us on Zoom if you have any questions. https://zoom.us/j/684901853

btai avatar

is there a way to exec into the codefresh container in your pipeline?

btai avatar

im trying to get the python kube client to run on the container and codfresh might be setting the kube-context up a little different. i wanted to avoid passing in the kube api token if possible

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

I have used tmate for this

2019-06-13

jafow avatar

wave hello I have question about running pipelines locally via codefresh CLI

jafow avatar

first of all thanks for the codefresh CLI. it’s nice and easy to use

jafow avatar

I’d like to confirm whether I’m doing something wrong here that’s causing my local builds to count toward my builds quota

jafow avatar

or, OTOH if that’s intended & expected.

jafow avatar


Note that the engine has transparent network access to all the other settings in your Codefresh account and therefore will work exactly the same way as if it was run on Codefresh infrastructure (e.g. use the connected Docker registries you have setup in the UI)

jafow avatar

but if I’m running a pipeline with --local and --local-volume opts, then I’d expect I’m like, fully local

2019-06-19

Codefresh Status - Incident History avatar
Codefresh Status - Incident History
03:24:41 PM

[Docker Hub Incident//status.codefresh.io/incidents/mspyvvq8yr3d) Jun 19, 15:23 UTC Investigating - Docker Hub has reported an incident: Components: Docker Hub Registry, Docker Hub Web More info here: https://status.docker.com/pages/incident/533c6539221ae15e3f000031/5d0a4fd6b684ad142660aa9d

Docker Hub Incident:

Codefresh’s Status Page - Docker Hub Incident:.

Docker System Status

Our system status page is a real-time view of the performance and uptime of Docker products and services.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Codefresh Case Study with Cloud Posse

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

#office-hours starting now! https://zoom.us/j/684901853

Have a demo of using Codefresh for ETL

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

These are the ETL jobs: https://github.com/singer-io

Singer

Simple, Composable Open Source ETL. Singer has 30 repositories available. Follow their code on GitHub.

Codefresh Status - Incident History avatar
Codefresh Status - Incident History
06:39:44 PM

[Docker Hub Incident//status.codefresh.io/incidents/mspyvvq8yr3d) Jun 19, 18:30 UTC Identified - The issue has been identified and a fix is being implemented.Jun 19, 15:23 UTC Investigating - Docker Hub has reported an incident: Components: Docker Hub Registry, Docker Hub Web More info here: https://status.docker.com/pages/incident/533c6539221ae15e3f000031/5d0a4fd6b684ad142660aa9d

Docker Hub Incident:

Codefresh’s Status Page - Docker Hub Incident:.

Docker System Status

Our system status page is a real-time view of the performance and uptime of Docker products and services.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

How we run ETL jobs on codefresh: https://youtu.be/dSJzEOo37MA

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

How to bring up environments when GitHub labels are added or removed:

Codefresh Status - Incident History avatar
Codefresh Status - Incident History
09:19:36 PM

[Docker Hub Incident//status.codefresh.io/incidents/mspyvvq8yr3d) Jun 19, 21:07 UTC Resolved - Docker has reported the incident has been solved.Jun 19, 18:30 UTC Identified - The issue has been identified and a fix is being implemented.Jun 19, 15:23 UTC Investigating - Docker Hub has reported an incident: Components: Docker Hub Registry, Docker Hub Web More info here: https://status.docker.com/pages/incident/533c6539221ae15e3f000031/5d0a4fd6b684ad142660aa9d

Docker Hub Incident:

Codefresh’s Status Page - Docker Hub Incident:.

Docker System Status

Our system status page is a real-time view of the performance and uptime of Docker products and services.

2019-06-20

pete avatar

Can you use integration secrets in a pipeline? Can’t find anything in the docs. Might be completely off-base here, but I’m looking for a way to easily query ECR within a step.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

sorry, so many terms and they can be overloaded

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

by integration secrets, do you mean what codefresh calls in their UI “Shared Configurations” (under “Account Settings”)

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

These can have secrets

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

then you can “import configuration” to a pipeline.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

(though “import” is a semi-misnomer. they are not copied, but linked to)

pete avatar

@Erik Osterman (Cloud Posse) Thanks for replying. Sorry about the lack of context. No, I meant to refer to the secrets that are part of the integrations, in the Integrations section. When you add an ECR registry, you add your AWS credentials. Was wondering if there was a way to access/use said creds in a pipeline.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Ahhhhaaa

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Now I see what you mean. Yes, that would be nice.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

sec

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

you can try something like this:

pete avatar

Figured it wasn’t possible haha. Should be an enhancement though. If codefresh were to add secrets management that would be beyond great.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
codefresh get context github --decrypt -o yaml | yq -y .spec.data.auth.password
1
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Now this example is for the github integration

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

I’ve never tried it for the docker registry integrations

2019-06-26

oscarsullivan_old avatar
oscarsullivan_old

I’ve really bungled my pipelines. I’m deploying containers using Geodesic but I realised that master != prod, as silly as that sounds…

  deploy:
    title: Deploying Docker Image with Geodesic
    stage: "deploy"
    image: r.cfcr.io/he/${{CF_BRANCH_TAG_NORMALIZED}}.he.co.uk:master
    volumes:
      - ./deployment:/deployment
    commands:
      - ansible --version

oscarsullivan_old avatar
oscarsullivan_old

So when branch is develop, the develop Geodesic module is used. Staging:staging… But… hold on… master branch uses which geodesic module?

oscarsullivan_old avatar
oscarsullivan_old

Obviously there are some expensive changes I can make like renaming my prod geodesic module to master etc but I don’t like that

oscarsullivan_old avatar
oscarsullivan_old

how can I create a sort of dictionary or something

oscarsullivan_old avatar
oscarsullivan_old

Now I had tried this…

oscarsullivan_old avatar
oscarsullivan_old

nvm think I may have solved that pickle

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

Lmk if you still want/need any pointers

sweetops avatar
sweetops
but I realised that `master` != `prod

That statement may have just changed my mind on how I usually name my master aws accounts. Maybe root is the better name for it.

oscarsullivan_old avatar
oscarsullivan_old

Because codefresh isnt a language I couldn’t use dictionaries of elif statements so I just have a conditional that sets STAGE variable to prod if branch is master and if branch isnt master I set STAGE to CF BRANCH NAME which works just great!

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

yep, that’s a good approach

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

basically have a step that executes some business logic (E.g. in bash) and calls cf_export

fast_parrot1
oscarsullivan_old avatar
oscarsullivan_old

I had a real panic when I went to soft launch a production machine first time with all these tools

1
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

It’s a little bit of a mindwarp the first time!

oscarsullivan_old avatar
oscarsullivan_old

For ref and @sweetops

oscarsullivan_old avatar
oscarsullivan_old
    revision: master
  ask_for_permission:
    type: pending-approval
    stage: "deploy"
    title: Deploy release?
    when:
      branch:
        only: [ master ]
  check_geodesic_master:
    title: Set Geodesic module - production
    stage: "deploy"
    description: Set Geodesic module
    image: alpine:latest
    commands: 
      - cf_export STAGE=prod
    when:
      branch:
        only: [ master ]
  check_geodesic_other:
    title: Set Geodesic module
    stage: "deploy"
    description: Set Geodesic module
    image: alpine:latest
    commands: 
      - cf_export STAGE=${{CF_BRANCH_TAG_NORMALIZED}}
    when:
      branch:
        ignore: [ master ]
  deploy:
    title: Deploying Docker Image with Geodesic
    stage: "deploy"
    image: r.cfcr.io/he/${{STAGE}}.he.co.uk:master
    volumes:
      - ./deployment:/deployment
    commands:
      - ansible --version
      - ansible-playbook ${{PLAYBOOK}} -i inventory/${{STAGE}}.yml -u he --private-key=~/ssh/id_rsa -e "tag=${{CF_BRANCH_TAG_NORMALIZED}}"
    when:

oscarsullivan_old avatar
oscarsullivan_old

Naming conventions:

Branches: develop Staging Master

Geodesic modules: develop Staging Prod

Ansible inventory names: Develop Staging Prod

Container tags: Develop Staging Master

oscarsullivan_old avatar
oscarsullivan_old

So as you can see a dictionary would have been beaut

oscarsullivan_old avatar
oscarsullivan_old

No caps. Just on mobile

2019-06-27

btai avatar

do you guys have multiple pipelines for deploying to dev, qa, prod for a specific service. or one single long running pipeline?

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

So what works for us is to reuse the same deploy.yml (manifest) but define the pipeline multiple times for each environment or cluster

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

e.g. deploy-testing would have environment variables setup for deploying perhaps to the staging cluster in the testing namespace.

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

then all of those pipelines can be triggered at once by calling the codefresh cli from inside of a deploy pipeline

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

and those can be concurrent or serial

btai avatar

sweet

btai avatar

thats exactly what i was going to do

btai avatar

less so

btai avatar

the triggering them all at once part. it was going to be more serial for us

btai avatar

merge into develop -> deploy dev merge into master -> deploy qa create git release off mater -> deploy prod

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

yea, makes sense

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

in fact, you can create one pipeline now that calls each one of those pipelines serially with an approval step in between

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

on an unrelated note, new codefresh pricing is online

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
Pricing for Basic, Pro, and Enterprise Plans for CI/CD | Codefresh

Start free for both public and private repositories, no credit card required. Unlimited builds, unlimited private repos, built-in Docker registry, built-in Helm repository

btai avatar

i saw

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

it was updated a couple weeks ago

btai avatar

they reached out a week or two ago

btai avatar

its nice

Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)
Erik Osterman (Cloud Posse) avatar
Erik Osterman (Cloud Posse)

much more palatable pricing

btai avatar

oh yeah

    keyboard_arrow_up