oc_group.py 53 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614
  1. #!/usr/bin/env python
  2. # pylint: disable=missing-docstring
  3. # flake8: noqa: T001
  4. # ___ ___ _ _ ___ ___ _ _____ ___ ___
  5. # / __| __| \| | __| _ \ /_\_ _| __| \
  6. # | (_ | _|| .` | _|| / / _ \| | | _|| |) |
  7. # \___|___|_|\_|___|_|_\/_/_\_\_|_|___|___/_ _____
  8. # | \ / _ \ | \| |/ _ \_ _| | __| \_ _|_ _|
  9. # | |) | (_) | | .` | (_) || | | _|| |) | | | |
  10. # |___/ \___/ |_|\_|\___/ |_| |___|___/___| |_|
  11. #
  12. # Copyright 2016 Red Hat, Inc. and/or its affiliates
  13. # and other contributors as indicated by the @author tags.
  14. #
  15. # Licensed under the Apache License, Version 2.0 (the "License");
  16. # you may not use this file except in compliance with the License.
  17. # You may obtain a copy of the License at
  18. #
  19. # http://www.apache.org/licenses/LICENSE-2.0
  20. #
  21. # Unless required by applicable law or agreed to in writing, software
  22. # distributed under the License is distributed on an "AS IS" BASIS,
  23. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  24. # See the License for the specific language governing permissions and
  25. # limitations under the License.
  26. #
  27. # -*- -*- -*- Begin included fragment: lib/import.py -*- -*- -*-
  28. '''
  29. OpenShiftCLI class that wraps the oc commands in a subprocess
  30. '''
  31. # pylint: disable=too-many-lines
  32. from __future__ import print_function
  33. import atexit
  34. import copy
  35. import json
  36. import os
  37. import re
  38. import shutil
  39. import subprocess
  40. import tempfile
  41. # pylint: disable=import-error
  42. try:
  43. import ruamel.yaml as yaml
  44. except ImportError:
  45. import yaml
  46. from ansible.module_utils.basic import AnsibleModule
  47. # -*- -*- -*- End included fragment: lib/import.py -*- -*- -*-
  48. # -*- -*- -*- Begin included fragment: doc/group -*- -*- -*-
  49. DOCUMENTATION = '''
  50. ---
  51. module: oc_group
  52. short_description: Modify, and idempotently manage openshift groups.
  53. description:
  54. - Modify openshift groups programmatically.
  55. options:
  56. state:
  57. description:
  58. - Supported states, present, absent, list
  59. - present - will ensure object is created or updated to the value specified
  60. - list - will return a group
  61. - absent - will remove the group
  62. required: False
  63. default: present
  64. choices: ["present", 'absent', 'list']
  65. aliases: []
  66. kubeconfig:
  67. description:
  68. - The path for the kubeconfig file to use for authentication
  69. required: false
  70. default: /etc/origin/master/admin.kubeconfig
  71. aliases: []
  72. debug:
  73. description:
  74. - Turn on debug output.
  75. required: false
  76. default: False
  77. aliases: []
  78. name:
  79. description:
  80. - Name of the object that is being queried.
  81. required: false
  82. default: None
  83. aliases: []
  84. namespace:
  85. description:
  86. - The namespace where the object lives.
  87. required: false
  88. default: str
  89. aliases: []
  90. author:
  91. - "Joel Diaz <jdiaz@redhat.com>"
  92. extends_documentation_fragment: []
  93. '''
  94. EXAMPLES = '''
  95. - name: create group
  96. oc_group:
  97. state: present
  98. name: acme_org
  99. register: group_out
  100. '''
  101. # -*- -*- -*- End included fragment: doc/group -*- -*- -*-
  102. # -*- -*- -*- Begin included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  103. class YeditException(Exception): # pragma: no cover
  104. ''' Exception class for Yedit '''
  105. pass
  106. # pylint: disable=too-many-public-methods
  107. class Yedit(object): # pragma: no cover
  108. ''' Class to modify yaml files '''
  109. re_valid_key = r"(((\[-?\d+\])|([0-9a-zA-Z%s/_-]+)).?)+$"
  110. re_key = r"(?:\[(-?\d+)\])|([0-9a-zA-Z%s/_-]+)"
  111. com_sep = set(['.', '#', '|', ':'])
  112. # pylint: disable=too-many-arguments
  113. def __init__(self,
  114. filename=None,
  115. content=None,
  116. content_type='yaml',
  117. separator='.',
  118. backup=False):
  119. self.content = content
  120. self._separator = separator
  121. self.filename = filename
  122. self.__yaml_dict = content
  123. self.content_type = content_type
  124. self.backup = backup
  125. self.load(content_type=self.content_type)
  126. if self.__yaml_dict is None:
  127. self.__yaml_dict = {}
  128. @property
  129. def separator(self):
  130. ''' getter method for separator '''
  131. return self._separator
  132. @separator.setter
  133. def separator(self, inc_sep):
  134. ''' setter method for separator '''
  135. self._separator = inc_sep
  136. @property
  137. def yaml_dict(self):
  138. ''' getter method for yaml_dict '''
  139. return self.__yaml_dict
  140. @yaml_dict.setter
  141. def yaml_dict(self, value):
  142. ''' setter method for yaml_dict '''
  143. self.__yaml_dict = value
  144. @staticmethod
  145. def parse_key(key, sep='.'):
  146. '''parse the key allowing the appropriate separator'''
  147. common_separators = list(Yedit.com_sep - set([sep]))
  148. return re.findall(Yedit.re_key.format(''.join(common_separators)), key)
  149. @staticmethod
  150. def valid_key(key, sep='.'):
  151. '''validate the incoming key'''
  152. common_separators = list(Yedit.com_sep - set([sep]))
  153. if not re.match(Yedit.re_valid_key.format(''.join(common_separators)), key):
  154. return False
  155. return True
  156. @staticmethod
  157. def remove_entry(data, key, sep='.'):
  158. ''' remove data at location key '''
  159. if key == '' and isinstance(data, dict):
  160. data.clear()
  161. return True
  162. elif key == '' and isinstance(data, list):
  163. del data[:]
  164. return True
  165. if not (key and Yedit.valid_key(key, sep)) and \
  166. isinstance(data, (list, dict)):
  167. return None
  168. key_indexes = Yedit.parse_key(key, sep)
  169. for arr_ind, dict_key in key_indexes[:-1]:
  170. if dict_key and isinstance(data, dict):
  171. data = data.get(dict_key)
  172. elif (arr_ind and isinstance(data, list) and
  173. int(arr_ind) <= len(data) - 1):
  174. data = data[int(arr_ind)]
  175. else:
  176. return None
  177. # process last index for remove
  178. # expected list entry
  179. if key_indexes[-1][0]:
  180. if isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  181. del data[int(key_indexes[-1][0])]
  182. return True
  183. # expected dict entry
  184. elif key_indexes[-1][1]:
  185. if isinstance(data, dict):
  186. del data[key_indexes[-1][1]]
  187. return True
  188. @staticmethod
  189. def add_entry(data, key, item=None, sep='.'):
  190. ''' Get an item from a dictionary with key notation a.b.c
  191. d = {'a': {'b': 'c'}}}
  192. key = a#b
  193. return c
  194. '''
  195. if key == '':
  196. pass
  197. elif (not (key and Yedit.valid_key(key, sep)) and
  198. isinstance(data, (list, dict))):
  199. return None
  200. key_indexes = Yedit.parse_key(key, sep)
  201. for arr_ind, dict_key in key_indexes[:-1]:
  202. if dict_key:
  203. if isinstance(data, dict) and dict_key in data and data[dict_key]: # noqa: E501
  204. data = data[dict_key]
  205. continue
  206. elif data and not isinstance(data, dict):
  207. raise YeditException("Unexpected item type found while going through key " +
  208. "path: {} (at key: {})".format(key, dict_key))
  209. data[dict_key] = {}
  210. data = data[dict_key]
  211. elif (arr_ind and isinstance(data, list) and
  212. int(arr_ind) <= len(data) - 1):
  213. data = data[int(arr_ind)]
  214. else:
  215. raise YeditException("Unexpected item type found while going through key path: {}".format(key))
  216. if key == '':
  217. data = item
  218. # process last index for add
  219. # expected list entry
  220. elif key_indexes[-1][0] and isinstance(data, list) and int(key_indexes[-1][0]) <= len(data) - 1: # noqa: E501
  221. data[int(key_indexes[-1][0])] = item
  222. # expected dict entry
  223. elif key_indexes[-1][1] and isinstance(data, dict):
  224. data[key_indexes[-1][1]] = item
  225. # didn't add/update to an existing list, nor add/update key to a dict
  226. # so we must have been provided some syntax like a.b.c[<int>] = "data" for a
  227. # non-existent array
  228. else:
  229. raise YeditException("Error adding to object at path: {}".format(key))
  230. return data
  231. @staticmethod
  232. def get_entry(data, key, sep='.'):
  233. ''' Get an item from a dictionary with key notation a.b.c
  234. d = {'a': {'b': 'c'}}}
  235. key = a.b
  236. return c
  237. '''
  238. if key == '':
  239. pass
  240. elif (not (key and Yedit.valid_key(key, sep)) and
  241. isinstance(data, (list, dict))):
  242. return None
  243. key_indexes = Yedit.parse_key(key, sep)
  244. for arr_ind, dict_key in key_indexes:
  245. if dict_key and isinstance(data, dict):
  246. data = data.get(dict_key)
  247. elif (arr_ind and isinstance(data, list) and
  248. int(arr_ind) <= len(data) - 1):
  249. data = data[int(arr_ind)]
  250. else:
  251. return None
  252. return data
  253. @staticmethod
  254. def _write(filename, contents):
  255. ''' Actually write the file contents to disk. This helps with mocking. '''
  256. tmp_filename = filename + '.yedit'
  257. with open(tmp_filename, 'w') as yfd:
  258. yfd.write(contents)
  259. os.rename(tmp_filename, filename)
  260. def write(self):
  261. ''' write to file '''
  262. if not self.filename:
  263. raise YeditException('Please specify a filename.')
  264. if self.backup and self.file_exists():
  265. shutil.copy(self.filename, self.filename + '.orig')
  266. # Try to set format attributes if supported
  267. try:
  268. self.yaml_dict.fa.set_block_style()
  269. except AttributeError:
  270. pass
  271. # Try to use RoundTripDumper if supported.
  272. try:
  273. Yedit._write(self.filename, yaml.dump(self.yaml_dict, Dumper=yaml.RoundTripDumper))
  274. except AttributeError:
  275. Yedit._write(self.filename, yaml.safe_dump(self.yaml_dict, default_flow_style=False))
  276. return (True, self.yaml_dict)
  277. def read(self):
  278. ''' read from file '''
  279. # check if it exists
  280. if self.filename is None or not self.file_exists():
  281. return None
  282. contents = None
  283. with open(self.filename) as yfd:
  284. contents = yfd.read()
  285. return contents
  286. def file_exists(self):
  287. ''' return whether file exists '''
  288. if os.path.exists(self.filename):
  289. return True
  290. return False
  291. def load(self, content_type='yaml'):
  292. ''' return yaml file '''
  293. contents = self.read()
  294. if not contents and not self.content:
  295. return None
  296. if self.content:
  297. if isinstance(self.content, dict):
  298. self.yaml_dict = self.content
  299. return self.yaml_dict
  300. elif isinstance(self.content, str):
  301. contents = self.content
  302. # check if it is yaml
  303. try:
  304. if content_type == 'yaml' and contents:
  305. # Try to set format attributes if supported
  306. try:
  307. self.yaml_dict.fa.set_block_style()
  308. except AttributeError:
  309. pass
  310. # Try to use RoundTripLoader if supported.
  311. try:
  312. self.yaml_dict = yaml.safe_load(contents, yaml.RoundTripLoader)
  313. except AttributeError:
  314. self.yaml_dict = yaml.safe_load(contents)
  315. # Try to set format attributes if supported
  316. try:
  317. self.yaml_dict.fa.set_block_style()
  318. except AttributeError:
  319. pass
  320. elif content_type == 'json' and contents:
  321. self.yaml_dict = json.loads(contents)
  322. except yaml.YAMLError as err:
  323. # Error loading yaml or json
  324. raise YeditException('Problem with loading yaml file. {}'.format(err))
  325. return self.yaml_dict
  326. def get(self, key):
  327. ''' get a specified key'''
  328. try:
  329. entry = Yedit.get_entry(self.yaml_dict, key, self.separator)
  330. except KeyError:
  331. entry = None
  332. return entry
  333. def pop(self, path, key_or_item):
  334. ''' remove a key, value pair from a dict or an item for a list'''
  335. try:
  336. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  337. except KeyError:
  338. entry = None
  339. if entry is None:
  340. return (False, self.yaml_dict)
  341. if isinstance(entry, dict):
  342. # AUDIT:maybe-no-member makes sense due to fuzzy types
  343. # pylint: disable=maybe-no-member
  344. if key_or_item in entry:
  345. entry.pop(key_or_item)
  346. return (True, self.yaml_dict)
  347. return (False, self.yaml_dict)
  348. elif isinstance(entry, list):
  349. # AUDIT:maybe-no-member makes sense due to fuzzy types
  350. # pylint: disable=maybe-no-member
  351. ind = None
  352. try:
  353. ind = entry.index(key_or_item)
  354. except ValueError:
  355. return (False, self.yaml_dict)
  356. entry.pop(ind)
  357. return (True, self.yaml_dict)
  358. return (False, self.yaml_dict)
  359. def delete(self, path):
  360. ''' remove path from a dict'''
  361. try:
  362. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  363. except KeyError:
  364. entry = None
  365. if entry is None:
  366. return (False, self.yaml_dict)
  367. result = Yedit.remove_entry(self.yaml_dict, path, self.separator)
  368. if not result:
  369. return (False, self.yaml_dict)
  370. return (True, self.yaml_dict)
  371. def exists(self, path, value):
  372. ''' check if value exists at path'''
  373. try:
  374. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  375. except KeyError:
  376. entry = None
  377. if isinstance(entry, list):
  378. if value in entry:
  379. return True
  380. return False
  381. elif isinstance(entry, dict):
  382. if isinstance(value, dict):
  383. rval = False
  384. for key, val in value.items():
  385. if entry[key] != val:
  386. rval = False
  387. break
  388. else:
  389. rval = True
  390. return rval
  391. return value in entry
  392. return entry == value
  393. def append(self, path, value):
  394. '''append value to a list'''
  395. try:
  396. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  397. except KeyError:
  398. entry = None
  399. if entry is None:
  400. self.put(path, [])
  401. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  402. if not isinstance(entry, list):
  403. return (False, self.yaml_dict)
  404. # AUDIT:maybe-no-member makes sense due to loading data from
  405. # a serialized format.
  406. # pylint: disable=maybe-no-member
  407. entry.append(value)
  408. return (True, self.yaml_dict)
  409. # pylint: disable=too-many-arguments
  410. def update(self, path, value, index=None, curr_value=None):
  411. ''' put path, value into a dict '''
  412. try:
  413. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  414. except KeyError:
  415. entry = None
  416. if isinstance(entry, dict):
  417. # AUDIT:maybe-no-member makes sense due to fuzzy types
  418. # pylint: disable=maybe-no-member
  419. if not isinstance(value, dict):
  420. raise YeditException('Cannot replace key, value entry in dict with non-dict type. ' +
  421. 'value=[{}] type=[{}]'.format(value, type(value)))
  422. entry.update(value)
  423. return (True, self.yaml_dict)
  424. elif isinstance(entry, list):
  425. # AUDIT:maybe-no-member makes sense due to fuzzy types
  426. # pylint: disable=maybe-no-member
  427. ind = None
  428. if curr_value:
  429. try:
  430. ind = entry.index(curr_value)
  431. except ValueError:
  432. return (False, self.yaml_dict)
  433. elif index is not None:
  434. ind = index
  435. if ind is not None and entry[ind] != value:
  436. entry[ind] = value
  437. return (True, self.yaml_dict)
  438. # see if it exists in the list
  439. try:
  440. ind = entry.index(value)
  441. except ValueError:
  442. # doesn't exist, append it
  443. entry.append(value)
  444. return (True, self.yaml_dict)
  445. # already exists, return
  446. if ind is not None:
  447. return (False, self.yaml_dict)
  448. return (False, self.yaml_dict)
  449. def put(self, path, value):
  450. ''' put path, value into a dict '''
  451. try:
  452. entry = Yedit.get_entry(self.yaml_dict, path, self.separator)
  453. except KeyError:
  454. entry = None
  455. if entry == value:
  456. return (False, self.yaml_dict)
  457. # deepcopy didn't work
  458. # Try to use ruamel.yaml and fallback to pyyaml
  459. try:
  460. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  461. default_flow_style=False),
  462. yaml.RoundTripLoader)
  463. except AttributeError:
  464. tmp_copy = copy.deepcopy(self.yaml_dict)
  465. # set the format attributes if available
  466. try:
  467. tmp_copy.fa.set_block_style()
  468. except AttributeError:
  469. pass
  470. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  471. if result is None:
  472. return (False, self.yaml_dict)
  473. # When path equals "" it is a special case.
  474. # "" refers to the root of the document
  475. # Only update the root path (entire document) when its a list or dict
  476. if path == '':
  477. if isinstance(result, list) or isinstance(result, dict):
  478. self.yaml_dict = result
  479. return (True, self.yaml_dict)
  480. return (False, self.yaml_dict)
  481. self.yaml_dict = tmp_copy
  482. return (True, self.yaml_dict)
  483. def create(self, path, value):
  484. ''' create a yaml file '''
  485. if not self.file_exists():
  486. # deepcopy didn't work
  487. # Try to use ruamel.yaml and fallback to pyyaml
  488. try:
  489. tmp_copy = yaml.load(yaml.round_trip_dump(self.yaml_dict,
  490. default_flow_style=False),
  491. yaml.RoundTripLoader)
  492. except AttributeError:
  493. tmp_copy = copy.deepcopy(self.yaml_dict)
  494. # set the format attributes if available
  495. try:
  496. tmp_copy.fa.set_block_style()
  497. except AttributeError:
  498. pass
  499. result = Yedit.add_entry(tmp_copy, path, value, self.separator)
  500. if result is not None:
  501. self.yaml_dict = tmp_copy
  502. return (True, self.yaml_dict)
  503. return (False, self.yaml_dict)
  504. @staticmethod
  505. def get_curr_value(invalue, val_type):
  506. '''return the current value'''
  507. if invalue is None:
  508. return None
  509. curr_value = invalue
  510. if val_type == 'yaml':
  511. curr_value = yaml.load(invalue)
  512. elif val_type == 'json':
  513. curr_value = json.loads(invalue)
  514. return curr_value
  515. @staticmethod
  516. def parse_value(inc_value, vtype=''):
  517. '''determine value type passed'''
  518. true_bools = ['y', 'Y', 'yes', 'Yes', 'YES', 'true', 'True', 'TRUE',
  519. 'on', 'On', 'ON', ]
  520. false_bools = ['n', 'N', 'no', 'No', 'NO', 'false', 'False', 'FALSE',
  521. 'off', 'Off', 'OFF']
  522. # It came in as a string but you didn't specify value_type as string
  523. # we will convert to bool if it matches any of the above cases
  524. if isinstance(inc_value, str) and 'bool' in vtype:
  525. if inc_value not in true_bools and inc_value not in false_bools:
  526. raise YeditException('Not a boolean type. str=[{}] vtype=[{}]'.format(inc_value, vtype))
  527. elif isinstance(inc_value, bool) and 'str' in vtype:
  528. inc_value = str(inc_value)
  529. # There is a special case where '' will turn into None after yaml loading it so skip
  530. if isinstance(inc_value, str) and inc_value == '':
  531. pass
  532. # If vtype is not str then go ahead and attempt to yaml load it.
  533. elif isinstance(inc_value, str) and 'str' not in vtype:
  534. try:
  535. inc_value = yaml.safe_load(inc_value)
  536. except Exception:
  537. raise YeditException('Could not determine type of incoming value. ' +
  538. 'value=[{}] vtype=[{}]'.format(type(inc_value), vtype))
  539. return inc_value
  540. @staticmethod
  541. def process_edits(edits, yamlfile):
  542. '''run through a list of edits and process them one-by-one'''
  543. results = []
  544. for edit in edits:
  545. value = Yedit.parse_value(edit['value'], edit.get('value_type', ''))
  546. if edit.get('action') == 'update':
  547. # pylint: disable=line-too-long
  548. curr_value = Yedit.get_curr_value(
  549. Yedit.parse_value(edit.get('curr_value')),
  550. edit.get('curr_value_format'))
  551. rval = yamlfile.update(edit['key'],
  552. value,
  553. edit.get('index'),
  554. curr_value)
  555. elif edit.get('action') == 'append':
  556. rval = yamlfile.append(edit['key'], value)
  557. else:
  558. rval = yamlfile.put(edit['key'], value)
  559. if rval[0]:
  560. results.append({'key': edit['key'], 'edit': rval[1]})
  561. return {'changed': len(results) > 0, 'results': results}
  562. # pylint: disable=too-many-return-statements,too-many-branches
  563. @staticmethod
  564. def run_ansible(params):
  565. '''perform the idempotent crud operations'''
  566. yamlfile = Yedit(filename=params['src'],
  567. backup=params['backup'],
  568. separator=params['separator'])
  569. state = params['state']
  570. if params['src']:
  571. rval = yamlfile.load()
  572. if yamlfile.yaml_dict is None and state != 'present':
  573. return {'failed': True,
  574. 'msg': 'Error opening file [{}]. Verify that the '.format(params['src']) +
  575. 'file exists, that it is has correct permissions, and is valid yaml.'}
  576. if state == 'list':
  577. if params['content']:
  578. content = Yedit.parse_value(params['content'], params['content_type'])
  579. yamlfile.yaml_dict = content
  580. if params['key']:
  581. rval = yamlfile.get(params['key']) or {}
  582. return {'changed': False, 'result': rval, 'state': state}
  583. elif state == 'absent':
  584. if params['content']:
  585. content = Yedit.parse_value(params['content'], params['content_type'])
  586. yamlfile.yaml_dict = content
  587. if params['update']:
  588. rval = yamlfile.pop(params['key'], params['value'])
  589. else:
  590. rval = yamlfile.delete(params['key'])
  591. if rval[0] and params['src']:
  592. yamlfile.write()
  593. return {'changed': rval[0], 'result': rval[1], 'state': state}
  594. elif state == 'present':
  595. # check if content is different than what is in the file
  596. if params['content']:
  597. content = Yedit.parse_value(params['content'], params['content_type'])
  598. # We had no edits to make and the contents are the same
  599. if yamlfile.yaml_dict == content and \
  600. params['value'] is None:
  601. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  602. yamlfile.yaml_dict = content
  603. # If we were passed a key, value then
  604. # we enapsulate it in a list and process it
  605. # Key, Value passed to the module : Converted to Edits list #
  606. edits = []
  607. _edit = {}
  608. if params['value'] is not None:
  609. _edit['value'] = params['value']
  610. _edit['value_type'] = params['value_type']
  611. _edit['key'] = params['key']
  612. if params['update']:
  613. _edit['action'] = 'update'
  614. _edit['curr_value'] = params['curr_value']
  615. _edit['curr_value_format'] = params['curr_value_format']
  616. _edit['index'] = params['index']
  617. elif params['append']:
  618. _edit['action'] = 'append'
  619. edits.append(_edit)
  620. elif params['edits'] is not None:
  621. edits = params['edits']
  622. if edits:
  623. results = Yedit.process_edits(edits, yamlfile)
  624. # if there were changes and a src provided to us we need to write
  625. if results['changed'] and params['src']:
  626. yamlfile.write()
  627. return {'changed': results['changed'], 'result': results['results'], 'state': state}
  628. # no edits to make
  629. if params['src']:
  630. # pylint: disable=redefined-variable-type
  631. rval = yamlfile.write()
  632. return {'changed': rval[0],
  633. 'result': rval[1],
  634. 'state': state}
  635. # We were passed content but no src, key or value, or edits. Return contents in memory
  636. return {'changed': False, 'result': yamlfile.yaml_dict, 'state': state}
  637. return {'failed': True, 'msg': 'Unkown state passed'}
  638. # -*- -*- -*- End included fragment: ../../lib_utils/src/class/yedit.py -*- -*- -*-
  639. # -*- -*- -*- Begin included fragment: lib/base.py -*- -*- -*-
  640. # pylint: disable=too-many-lines
  641. # noqa: E301,E302,E303,T001
  642. class OpenShiftCLIError(Exception):
  643. '''Exception class for openshiftcli'''
  644. pass
  645. ADDITIONAL_PATH_LOOKUPS = ['/usr/local/bin', os.path.expanduser('~/bin')]
  646. def locate_oc_binary():
  647. ''' Find and return oc binary file '''
  648. # https://github.com/openshift/openshift-ansible/issues/3410
  649. # oc can be in /usr/local/bin in some cases, but that may not
  650. # be in $PATH due to ansible/sudo
  651. paths = os.environ.get("PATH", os.defpath).split(os.pathsep) + ADDITIONAL_PATH_LOOKUPS
  652. oc_binary = 'oc'
  653. # Use shutil.which if it is available, otherwise fallback to a naive path search
  654. try:
  655. which_result = shutil.which(oc_binary, path=os.pathsep.join(paths))
  656. if which_result is not None:
  657. oc_binary = which_result
  658. except AttributeError:
  659. for path in paths:
  660. if os.path.exists(os.path.join(path, oc_binary)):
  661. oc_binary = os.path.join(path, oc_binary)
  662. break
  663. return oc_binary
  664. # pylint: disable=too-few-public-methods
  665. class OpenShiftCLI(object):
  666. ''' Class to wrap the command line tools '''
  667. def __init__(self,
  668. namespace,
  669. kubeconfig='/etc/origin/master/admin.kubeconfig',
  670. verbose=False,
  671. all_namespaces=False):
  672. ''' Constructor for OpenshiftCLI '''
  673. self.namespace = namespace
  674. self.verbose = verbose
  675. self.kubeconfig = Utils.create_tmpfile_copy(kubeconfig)
  676. self.all_namespaces = all_namespaces
  677. self.oc_binary = locate_oc_binary()
  678. # Pylint allows only 5 arguments to be passed.
  679. # pylint: disable=too-many-arguments
  680. def _replace_content(self, resource, rname, content, force=False, sep='.'):
  681. ''' replace the current object with the content '''
  682. res = self._get(resource, rname)
  683. if not res['results']:
  684. return res
  685. fname = Utils.create_tmpfile(rname + '-')
  686. yed = Yedit(fname, res['results'][0], separator=sep)
  687. changes = []
  688. for key, value in content.items():
  689. changes.append(yed.put(key, value))
  690. if any([change[0] for change in changes]):
  691. yed.write()
  692. atexit.register(Utils.cleanup, [fname])
  693. return self._replace(fname, force)
  694. return {'returncode': 0, 'updated': False}
  695. def _replace(self, fname, force=False):
  696. '''replace the current object with oc replace'''
  697. # We are removing the 'resourceVersion' to handle
  698. # a race condition when modifying oc objects
  699. yed = Yedit(fname)
  700. results = yed.delete('metadata.resourceVersion')
  701. if results[0]:
  702. yed.write()
  703. cmd = ['replace', '-f', fname]
  704. if force:
  705. cmd.append('--force')
  706. return self.openshift_cmd(cmd)
  707. def _create_from_content(self, rname, content):
  708. '''create a temporary file and then call oc create on it'''
  709. fname = Utils.create_tmpfile(rname + '-')
  710. yed = Yedit(fname, content=content)
  711. yed.write()
  712. atexit.register(Utils.cleanup, [fname])
  713. return self._create(fname)
  714. def _create(self, fname):
  715. '''call oc create on a filename'''
  716. return self.openshift_cmd(['create', '-f', fname])
  717. def _delete(self, resource, name=None, selector=None):
  718. '''call oc delete on a resource'''
  719. cmd = ['delete', resource]
  720. if selector is not None:
  721. cmd.append('--selector={}'.format(selector))
  722. elif name is not None:
  723. cmd.append(name)
  724. else:
  725. raise OpenShiftCLIError('Either name or selector is required when calling delete.')
  726. return self.openshift_cmd(cmd)
  727. def _process(self, template_name, create=False, params=None, template_data=None): # noqa: E501
  728. '''process a template
  729. template_name: the name of the template to process
  730. create: whether to send to oc create after processing
  731. params: the parameters for the template
  732. template_data: the incoming template's data; instead of a file
  733. '''
  734. cmd = ['process']
  735. if template_data:
  736. cmd.extend(['-f', '-'])
  737. else:
  738. cmd.append(template_name)
  739. if params:
  740. param_str = ["{}={}".format(key, value) for key, value in params.items()]
  741. cmd.append('-v')
  742. cmd.extend(param_str)
  743. results = self.openshift_cmd(cmd, output=True, input_data=template_data)
  744. if results['returncode'] != 0 or not create:
  745. return results
  746. fname = Utils.create_tmpfile(template_name + '-')
  747. yed = Yedit(fname, results['results'])
  748. yed.write()
  749. atexit.register(Utils.cleanup, [fname])
  750. return self.openshift_cmd(['create', '-f', fname])
  751. def _get(self, resource, name=None, selector=None):
  752. '''return a resource by name '''
  753. cmd = ['get', resource]
  754. if selector is not None:
  755. cmd.append('--selector={}'.format(selector))
  756. elif name is not None:
  757. cmd.append(name)
  758. cmd.extend(['-o', 'json'])
  759. rval = self.openshift_cmd(cmd, output=True)
  760. # Ensure results are retuned in an array
  761. if 'items' in rval:
  762. rval['results'] = rval['items']
  763. elif not isinstance(rval['results'], list):
  764. rval['results'] = [rval['results']]
  765. return rval
  766. def _schedulable(self, node=None, selector=None, schedulable=True):
  767. ''' perform oadm manage-node scheduable '''
  768. cmd = ['manage-node']
  769. if node:
  770. cmd.extend(node)
  771. else:
  772. cmd.append('--selector={}'.format(selector))
  773. cmd.append('--schedulable={}'.format(schedulable))
  774. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw') # noqa: E501
  775. def _list_pods(self, node=None, selector=None, pod_selector=None):
  776. ''' perform oadm list pods
  777. node: the node in which to list pods
  778. selector: the label selector filter if provided
  779. pod_selector: the pod selector filter if provided
  780. '''
  781. cmd = ['manage-node']
  782. if node:
  783. cmd.extend(node)
  784. else:
  785. cmd.append('--selector={}'.format(selector))
  786. if pod_selector:
  787. cmd.append('--pod-selector={}'.format(pod_selector))
  788. cmd.extend(['--list-pods', '-o', 'json'])
  789. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  790. # pylint: disable=too-many-arguments
  791. def _evacuate(self, node=None, selector=None, pod_selector=None, dry_run=False, grace_period=None, force=False):
  792. ''' perform oadm manage-node evacuate '''
  793. cmd = ['manage-node']
  794. if node:
  795. cmd.extend(node)
  796. else:
  797. cmd.append('--selector={}'.format(selector))
  798. if dry_run:
  799. cmd.append('--dry-run')
  800. if pod_selector:
  801. cmd.append('--pod-selector={}'.format(pod_selector))
  802. if grace_period:
  803. cmd.append('--grace-period={}'.format(int(grace_period)))
  804. if force:
  805. cmd.append('--force')
  806. cmd.append('--evacuate')
  807. return self.openshift_cmd(cmd, oadm=True, output=True, output_type='raw')
  808. def _version(self):
  809. ''' return the openshift version'''
  810. return self.openshift_cmd(['version'], output=True, output_type='raw')
  811. def _import_image(self, url=None, name=None, tag=None):
  812. ''' perform image import '''
  813. cmd = ['import-image']
  814. image = '{0}'.format(name)
  815. if tag:
  816. image += ':{0}'.format(tag)
  817. cmd.append(image)
  818. if url:
  819. cmd.append('--from={0}/{1}'.format(url, image))
  820. cmd.append('-n{0}'.format(self.namespace))
  821. cmd.append('--confirm')
  822. return self.openshift_cmd(cmd)
  823. def _run(self, cmds, input_data):
  824. ''' Actually executes the command. This makes mocking easier. '''
  825. curr_env = os.environ.copy()
  826. curr_env.update({'KUBECONFIG': self.kubeconfig})
  827. proc = subprocess.Popen(cmds,
  828. stdin=subprocess.PIPE,
  829. stdout=subprocess.PIPE,
  830. stderr=subprocess.PIPE,
  831. env=curr_env)
  832. stdout, stderr = proc.communicate(input_data)
  833. return proc.returncode, stdout.decode(), stderr.decode()
  834. # pylint: disable=too-many-arguments,too-many-branches
  835. def openshift_cmd(self, cmd, oadm=False, output=False, output_type='json', input_data=None):
  836. '''Base command for oc '''
  837. cmds = [self.oc_binary]
  838. if oadm:
  839. cmds.append('adm')
  840. cmds.extend(cmd)
  841. if self.all_namespaces:
  842. cmds.extend(['--all-namespaces'])
  843. elif self.namespace is not None and self.namespace.lower() not in ['none', 'emtpy']: # E501
  844. cmds.extend(['-n', self.namespace])
  845. rval = {}
  846. results = ''
  847. err = None
  848. if self.verbose:
  849. print(' '.join(cmds))
  850. try:
  851. returncode, stdout, stderr = self._run(cmds, input_data)
  852. except OSError as ex:
  853. returncode, stdout, stderr = 1, '', 'Failed to execute {}: {}'.format(subprocess.list2cmdline(cmds), ex)
  854. rval = {"returncode": returncode,
  855. "results": results,
  856. "cmd": ' '.join(cmds)}
  857. if returncode == 0:
  858. if output:
  859. if output_type == 'json':
  860. try:
  861. rval['results'] = json.loads(stdout)
  862. except ValueError as verr:
  863. if "No JSON object could be decoded" in verr.args:
  864. err = verr.args
  865. elif output_type == 'raw':
  866. rval['results'] = stdout
  867. if self.verbose:
  868. print("STDOUT: {0}".format(stdout))
  869. print("STDERR: {0}".format(stderr))
  870. if err:
  871. rval.update({"err": err,
  872. "stderr": stderr,
  873. "stdout": stdout,
  874. "cmd": cmds})
  875. else:
  876. rval.update({"stderr": stderr,
  877. "stdout": stdout,
  878. "results": {}})
  879. return rval
  880. class Utils(object): # pragma: no cover
  881. ''' utilities for openshiftcli modules '''
  882. @staticmethod
  883. def _write(filename, contents):
  884. ''' Actually write the file contents to disk. This helps with mocking. '''
  885. with open(filename, 'w') as sfd:
  886. sfd.write(contents)
  887. @staticmethod
  888. def create_tmp_file_from_contents(rname, data, ftype='yaml'):
  889. ''' create a file in tmp with name and contents'''
  890. tmp = Utils.create_tmpfile(prefix=rname)
  891. if ftype == 'yaml':
  892. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  893. # pylint: disable=no-member
  894. if hasattr(yaml, 'RoundTripDumper'):
  895. Utils._write(tmp, yaml.dump(data, Dumper=yaml.RoundTripDumper))
  896. else:
  897. Utils._write(tmp, yaml.safe_dump(data, default_flow_style=False))
  898. elif ftype == 'json':
  899. Utils._write(tmp, json.dumps(data))
  900. else:
  901. Utils._write(tmp, data)
  902. # Register cleanup when module is done
  903. atexit.register(Utils.cleanup, [tmp])
  904. return tmp
  905. @staticmethod
  906. def create_tmpfile_copy(inc_file):
  907. '''create a temporary copy of a file'''
  908. tmpfile = Utils.create_tmpfile('lib_openshift-')
  909. Utils._write(tmpfile, open(inc_file).read())
  910. # Cleanup the tmpfile
  911. atexit.register(Utils.cleanup, [tmpfile])
  912. return tmpfile
  913. @staticmethod
  914. def create_tmpfile(prefix='tmp'):
  915. ''' Generates and returns a temporary file name '''
  916. with tempfile.NamedTemporaryFile(prefix=prefix, delete=False) as tmp:
  917. return tmp.name
  918. @staticmethod
  919. def create_tmp_files_from_contents(content, content_type=None):
  920. '''Turn an array of dict: filename, content into a files array'''
  921. if not isinstance(content, list):
  922. content = [content]
  923. files = []
  924. for item in content:
  925. path = Utils.create_tmp_file_from_contents(item['path'] + '-',
  926. item['data'],
  927. ftype=content_type)
  928. files.append({'name': os.path.basename(item['path']),
  929. 'path': path})
  930. return files
  931. @staticmethod
  932. def cleanup(files):
  933. '''Clean up on exit '''
  934. for sfile in files:
  935. if os.path.exists(sfile):
  936. if os.path.isdir(sfile):
  937. shutil.rmtree(sfile)
  938. elif os.path.isfile(sfile):
  939. os.remove(sfile)
  940. @staticmethod
  941. def exists(results, _name):
  942. ''' Check to see if the results include the name '''
  943. if not results:
  944. return False
  945. if Utils.find_result(results, _name):
  946. return True
  947. return False
  948. @staticmethod
  949. def find_result(results, _name):
  950. ''' Find the specified result by name'''
  951. rval = None
  952. for result in results:
  953. if 'metadata' in result and result['metadata']['name'] == _name:
  954. rval = result
  955. break
  956. return rval
  957. @staticmethod
  958. def get_resource_file(sfile, sfile_type='yaml'):
  959. ''' return the service file '''
  960. contents = None
  961. with open(sfile) as sfd:
  962. contents = sfd.read()
  963. if sfile_type == 'yaml':
  964. # AUDIT:no-member makes sense here due to ruamel.YAML/PyYAML usage
  965. # pylint: disable=no-member
  966. if hasattr(yaml, 'RoundTripLoader'):
  967. contents = yaml.load(contents, yaml.RoundTripLoader)
  968. else:
  969. contents = yaml.safe_load(contents)
  970. elif sfile_type == 'json':
  971. contents = json.loads(contents)
  972. return contents
  973. @staticmethod
  974. def filter_versions(stdout):
  975. ''' filter the oc version output '''
  976. version_dict = {}
  977. version_search = ['oc', 'openshift', 'kubernetes']
  978. for line in stdout.strip().split('\n'):
  979. for term in version_search:
  980. if not line:
  981. continue
  982. if line.startswith(term):
  983. version_dict[term] = line.split()[-1]
  984. # horrible hack to get openshift version in Openshift 3.2
  985. # By default "oc version in 3.2 does not return an "openshift" version
  986. if "openshift" not in version_dict:
  987. version_dict["openshift"] = version_dict["oc"]
  988. return version_dict
  989. @staticmethod
  990. def add_custom_versions(versions):
  991. ''' create custom versions strings '''
  992. versions_dict = {}
  993. for tech, version in versions.items():
  994. # clean up "-" from version
  995. if "-" in version:
  996. version = version.split("-")[0]
  997. if version.startswith('v'):
  998. versions_dict[tech + '_numeric'] = version[1:].split('+')[0]
  999. # "v3.3.0.33" is what we have, we want "3.3"
  1000. versions_dict[tech + '_short'] = version[1:4]
  1001. return versions_dict
  1002. @staticmethod
  1003. def openshift_installed():
  1004. ''' check if openshift is installed '''
  1005. import yum
  1006. yum_base = yum.YumBase()
  1007. if yum_base.rpmdb.searchNevra(name='atomic-openshift'):
  1008. return True
  1009. return False
  1010. # Disabling too-many-branches. This is a yaml dictionary comparison function
  1011. # pylint: disable=too-many-branches,too-many-return-statements,too-many-statements
  1012. @staticmethod
  1013. def check_def_equal(user_def, result_def, skip_keys=None, debug=False):
  1014. ''' Given a user defined definition, compare it with the results given back by our query. '''
  1015. # Currently these values are autogenerated and we do not need to check them
  1016. skip = ['metadata', 'status']
  1017. if skip_keys:
  1018. skip.extend(skip_keys)
  1019. for key, value in result_def.items():
  1020. if key in skip:
  1021. continue
  1022. # Both are lists
  1023. if isinstance(value, list):
  1024. if key not in user_def:
  1025. if debug:
  1026. print('User data does not have key [%s]' % key)
  1027. print('User data: %s' % user_def)
  1028. return False
  1029. if not isinstance(user_def[key], list):
  1030. if debug:
  1031. print('user_def[key] is not a list key=[%s] user_def[key]=%s' % (key, user_def[key]))
  1032. return False
  1033. if len(user_def[key]) != len(value):
  1034. if debug:
  1035. print("List lengths are not equal.")
  1036. print("key=[%s]: user_def[%s] != value[%s]" % (key, len(user_def[key]), len(value)))
  1037. print("user_def: %s" % user_def[key])
  1038. print("value: %s" % value)
  1039. return False
  1040. for values in zip(user_def[key], value):
  1041. if isinstance(values[0], dict) and isinstance(values[1], dict):
  1042. if debug:
  1043. print('sending list - list')
  1044. print(type(values[0]))
  1045. print(type(values[1]))
  1046. result = Utils.check_def_equal(values[0], values[1], skip_keys=skip_keys, debug=debug)
  1047. if not result:
  1048. print('list compare returned false')
  1049. return False
  1050. elif value != user_def[key]:
  1051. if debug:
  1052. print('value should be identical')
  1053. print(user_def[key])
  1054. print(value)
  1055. return False
  1056. # recurse on a dictionary
  1057. elif isinstance(value, dict):
  1058. if key not in user_def:
  1059. if debug:
  1060. print("user_def does not have key [%s]" % key)
  1061. return False
  1062. if not isinstance(user_def[key], dict):
  1063. if debug:
  1064. print("dict returned false: not instance of dict")
  1065. return False
  1066. # before passing ensure keys match
  1067. api_values = set(value.keys()) - set(skip)
  1068. user_values = set(user_def[key].keys()) - set(skip)
  1069. if api_values != user_values:
  1070. if debug:
  1071. print("keys are not equal in dict")
  1072. print(user_values)
  1073. print(api_values)
  1074. return False
  1075. result = Utils.check_def_equal(user_def[key], value, skip_keys=skip_keys, debug=debug)
  1076. if not result:
  1077. if debug:
  1078. print("dict returned false")
  1079. print(result)
  1080. return False
  1081. # Verify each key, value pair is the same
  1082. else:
  1083. if key not in user_def or value != user_def[key]:
  1084. if debug:
  1085. print("value not equal; user_def does not have key")
  1086. print(key)
  1087. print(value)
  1088. if key in user_def:
  1089. print(user_def[key])
  1090. return False
  1091. if debug:
  1092. print('returning true')
  1093. return True
  1094. class OpenShiftCLIConfig(object):
  1095. '''Generic Config'''
  1096. def __init__(self, rname, namespace, kubeconfig, options):
  1097. self.kubeconfig = kubeconfig
  1098. self.name = rname
  1099. self.namespace = namespace
  1100. self._options = options
  1101. @property
  1102. def config_options(self):
  1103. ''' return config options '''
  1104. return self._options
  1105. def to_option_list(self):
  1106. '''return all options as a string'''
  1107. return self.stringify()
  1108. def stringify(self):
  1109. ''' return the options hash as cli params in a string '''
  1110. rval = []
  1111. for key in sorted(self.config_options.keys()):
  1112. data = self.config_options[key]
  1113. if data['include'] \
  1114. and (data['value'] or isinstance(data['value'], int)):
  1115. rval.append('--{}={}'.format(key.replace('_', '-'), data['value']))
  1116. return rval
  1117. # -*- -*- -*- End included fragment: lib/base.py -*- -*- -*-
  1118. # -*- -*- -*- Begin included fragment: lib/group.py -*- -*- -*-
  1119. class GroupConfig(object):
  1120. ''' Handle route options '''
  1121. # pylint: disable=too-many-arguments
  1122. def __init__(self,
  1123. sname,
  1124. namespace,
  1125. kubeconfig):
  1126. ''' constructor for handling group options '''
  1127. self.kubeconfig = kubeconfig
  1128. self.name = sname
  1129. self.namespace = namespace
  1130. self.data = {}
  1131. self.create_dict()
  1132. def create_dict(self):
  1133. ''' return a service as a dict '''
  1134. self.data['apiVersion'] = 'v1'
  1135. self.data['kind'] = 'Group'
  1136. self.data['metadata'] = {}
  1137. self.data['metadata']['name'] = self.name
  1138. self.data['users'] = None
  1139. # pylint: disable=too-many-instance-attributes
  1140. class Group(Yedit):
  1141. ''' Class to wrap the oc command line tools '''
  1142. kind = 'group'
  1143. def __init__(self, content):
  1144. '''Group constructor'''
  1145. super(Group, self).__init__(content=content)
  1146. # -*- -*- -*- End included fragment: lib/group.py -*- -*- -*-
  1147. # -*- -*- -*- Begin included fragment: class/oc_group.py -*- -*- -*-
  1148. class OCGroup(OpenShiftCLI):
  1149. ''' Class to wrap the oc command line tools '''
  1150. kind = 'group'
  1151. def __init__(self,
  1152. config,
  1153. verbose=False):
  1154. ''' Constructor for OCGroup '''
  1155. super(OCGroup, self).__init__(config.namespace, config.kubeconfig)
  1156. self.config = config
  1157. self.namespace = config.namespace
  1158. self._group = None
  1159. @property
  1160. def group(self):
  1161. ''' property function service'''
  1162. if not self._group:
  1163. self.get()
  1164. return self._group
  1165. @group.setter
  1166. def group(self, data):
  1167. ''' setter function for yedit var '''
  1168. self._group = data
  1169. def exists(self):
  1170. ''' return whether a group exists '''
  1171. if self.group:
  1172. return True
  1173. return False
  1174. def get(self):
  1175. '''return group information '''
  1176. result = self._get(self.kind, self.config.name)
  1177. if result['returncode'] == 0:
  1178. self.group = Group(content=result['results'][0])
  1179. elif 'groups \"{}\" not found'.format(self.config.name) in result['stderr']:
  1180. result['returncode'] = 0
  1181. result['results'] = [{}]
  1182. return result
  1183. def delete(self):
  1184. '''delete the object'''
  1185. return self._delete(self.kind, self.config.name)
  1186. def create(self):
  1187. '''create the object'''
  1188. return self._create_from_content(self.config.name, self.config.data)
  1189. def update(self):
  1190. '''update the object'''
  1191. return self._replace_content(self.kind, self.config.name, self.config.data)
  1192. def needs_update(self):
  1193. ''' verify an update is needed '''
  1194. return not Utils.check_def_equal(self.config.data, self.group.yaml_dict, skip_keys=[], debug=True)
  1195. # pylint: disable=too-many-return-statements,too-many-branches
  1196. @staticmethod
  1197. def run_ansible(params, check_mode=False):
  1198. '''run the idempotent ansible code'''
  1199. gconfig = GroupConfig(params['name'],
  1200. params['namespace'],
  1201. params['kubeconfig'],
  1202. )
  1203. oc_group = OCGroup(gconfig, verbose=params['debug'])
  1204. state = params['state']
  1205. api_rval = oc_group.get()
  1206. if api_rval['returncode'] != 0:
  1207. return {'failed': True, 'msg': api_rval}
  1208. #####
  1209. # Get
  1210. #####
  1211. if state == 'list':
  1212. return {'changed': False, 'results': api_rval['results'], 'state': state}
  1213. ########
  1214. # Delete
  1215. ########
  1216. if state == 'absent':
  1217. if oc_group.exists():
  1218. if check_mode:
  1219. return {'changed': True, 'msg': 'CHECK_MODE: Would have performed a delete.'}
  1220. api_rval = oc_group.delete()
  1221. if api_rval['returncode'] != 0:
  1222. return {'failed': True, 'msg': api_rval}
  1223. return {'changed': True, 'results': api_rval, 'state': state}
  1224. return {'changed': False, 'state': state}
  1225. if state == 'present':
  1226. ########
  1227. # Create
  1228. ########
  1229. if not oc_group.exists():
  1230. if check_mode:
  1231. return {'changed': True, 'msg': 'CHECK_MODE: Would have performed a create.'}
  1232. # Create it here
  1233. api_rval = oc_group.create()
  1234. if api_rval['returncode'] != 0:
  1235. return {'failed': True, 'msg': api_rval}
  1236. # return the created object
  1237. api_rval = oc_group.get()
  1238. if api_rval['returncode'] != 0:
  1239. return {'failed': True, 'msg': api_rval}
  1240. return {'changed': True, 'results': api_rval, 'state': state}
  1241. ########
  1242. # Update
  1243. ########
  1244. if oc_group.needs_update():
  1245. api_rval = oc_group.update()
  1246. if api_rval['returncode'] != 0:
  1247. return {'failed': True, 'msg': api_rval}
  1248. # return the created object
  1249. api_rval = oc_group.get()
  1250. if api_rval['returncode'] != 0:
  1251. return {'failed': True, 'msg': api_rval}
  1252. return {'changed': True, 'results': api_rval, 'state': state}
  1253. return {'changed': False, 'results': api_rval, 'state': state}
  1254. return {'failed': True, 'msg': 'Unknown state passed. {}'.format(state)}
  1255. # -*- -*- -*- End included fragment: class/oc_group.py -*- -*- -*-
  1256. # -*- -*- -*- Begin included fragment: ansible/oc_group.py -*- -*- -*-
  1257. #pylint: disable=too-many-branches
  1258. def main():
  1259. '''
  1260. ansible oc module for group
  1261. '''
  1262. module = AnsibleModule(
  1263. argument_spec=dict(
  1264. kubeconfig=dict(default='/etc/origin/master/admin.kubeconfig', type='str'),
  1265. state=dict(default='present', type='str',
  1266. choices=['present', 'absent', 'list']),
  1267. debug=dict(default=False, type='bool'),
  1268. name=dict(default=None, type='str'),
  1269. namespace=dict(default='default', type='str'),
  1270. # addind users to a group is handled through the oc_users module
  1271. #users=dict(default=None, type='list'),
  1272. ),
  1273. supports_check_mode=True,
  1274. )
  1275. rval = OCGroup.run_ansible(module.params, module.check_mode)
  1276. if 'failed' in rval:
  1277. return module.fail_json(**rval)
  1278. return module.exit_json(**rval)
  1279. if __name__ == '__main__':
  1280. main()
  1281. # -*- -*- -*- End included fragment: ansible/oc_group.py -*- -*- -*-