Git Product home page Git Product logo

dgr's People

Contributors

crackcomm avatar djnos avatar erikvanoosten avatar f0 avatar julienbalestra avatar mark-kubacki avatar mattketmo avatar mfouilleul avatar n0rad avatar puckel avatar slallema avatar usmonster avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dgr's Issues

Image Depencies in pod

2 ways :

pod:
  apps:
    - image: aci/aci
      app:
       ....
      dependencies:
          - deps/deps1
          - deps/deps2
          - deps/deps3

or

pod:
  apps:
    - from: 
         - aci/aci1
         - aci/aci2
         - aci/aci3
      app:
       ....

get rid of confd in cnt

since we're only using confd for templating and extend templating capabilities for our needs.

Cnt init

Add the possibility to add an args to the command.
cnt init my/path

Posibly add a .gitignore and a default cnt-manifest file

Problem with node and env attributes - leaf overrided

I created a attributes directory with some galera config on my environment:

vi ../env/prod/services/db-log/attributes/galera.cnf.yml

---
override:
  galera:
    mysqld:
      wsrep_provider_options:
        gcache.size: "1G"
        gmcast.segment: 1
        gcs.fc_limit: 500
        gcs.fc_master_slave: "YES"
        gcs.fc_factor: "1.0"

It is basically some "environment" attributes.

I added some "node attributes" in the manifest as:

vi ../env/prod/services/db-log/service-manifest.yml
...
nodes:
  - hostname: mydb5
    ip: XX.XX.XX.XX
    fleet:
      - MachineMetadata="rack=1" "pos=1"
    attributes:
      galera:
        mysqld:
          wsrep_cluster_address:"gcomm://mydb1.prod,mydb2.prod,mydb3.prod,mydb4prod"

My problem is that the mysqld section is overrided by the node attribute.

In the unit I have:

[...]"galera":{"mysqld":"wsrep_cluster_address:\\\"gcomm://mydb1.prod,mydb2.prod,mydb3.prod,mydb4prod\\\""}[...]

Instead of

[...]"galera":{"mysqld":"wsrep_cluster_address:"gcomm://mydb1.prod,mydb2.prod,mydb3.prod,mydb4prod","wsrep_provider_options":{"gcache.size":"1G","gcs.fc_factor":"1.0","gcs.fc_limit":500,"gcs.fc_master_slave":"YES","gmcast.segment":1}}[...]

Note that the attribute wsrep_cluster_address is part of the mysqld value,

Key => "mysqld": 
Value => "wsrep_cluster_address:\\\"gcomm://bbcdblog4.prod.par-1.h.blbl.cr,bbcdblog5.prod.par-1.h.blbl.cr,bbcdblog6.prod.par-1.h.blbl.cr,dblog8.prod.par-3.h.blbl.cr\\\""

Thanks

remove --share-system flag for build

We should be able to build without the flag --share-system for systemd-nspawn.
That would avoid the build script to mess with the build host.

no build after cnt -c install

If I'm not mistaken, cnt install should build as well, and produce a target/pod-manifest.json

currently we have to run :
cnt -c build
cnt install

gzip only on push

cnt should apply gzip on acis only on push so testing would be faster

update cnt init

remove eventHandler and support all new cnt standards.
and support pods

cnt should verify pushed dependencies when pushing

Possibly a good idea to warn the users that they are pushing a version from which dependencies versions are not pushed yet.

example :

  • build base:42
  • (forget to push base:42)
  • build myAci:2 with a dependency on base:42
  • push myAci:2
  • cnt WARNs : myAci:2 depends on base:42 which does not appear on image repository.

It could be a simple warn or even refuse to push. That way nobody can run an image with missing deps.

validate manifest

Validate manifest. For example projectName structure and not null

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.